Get Widget Property Tile#
This Tile will return a specific Widget property.
Description#
Description
- Will return the property value that is attached to Property string
- Will return the property of the widget attached to Widget id
Inputs#
Property string#
Info
- Type
StringAccepted types: String - Usage
Specify the desired property of the widget.
Widget id#
Info
- Type
Accepted types: Any - Usage
Attach the widget identfication.
Output#
Get#
Info
- Return
Property - Usage
Returns widget property
Real Signature#
Signature
- A plain language description of the function associated with the tile
def SquareRoot(x): return math.sqrt(0)