Template:PropertyView

From FreeCAD Documentation
Revision as of 08:08, 18 January 2020 by Vocx (talk | contribs) (If the third argument is given, the ''hidden'' text is printed.)

View{{{1}}}


Use this template where you want to show a View property. See also Template:PropertyData, Template:TitleProperty.

Example:

The View keyword is printed.

{{PropertyView|Line Width}}: width of the edge.

ViewLine Width: width of the edge.


Example 2:

If the second argument is given, the type of variable is printed.

{{PropertyView|Line Width|FloatConstraint}}: width of the edge.

ViewLine Width (FloatConstraint): width of the edge.


Example 3:

If the third argument is given, the hidden text is printed.

{{PropertyView|Proxy|PythonObject|hidden}}: a custom view provider class associated with this object.

View (hidden)Proxy (PythonObject): a custom view provider class associated with this object.