Widget Property Setter Tile#
A Tile that modifies the properties of a widget.
Description#
Description
- Modifies the property of a widget that is wired to the Widget Property with a New Value
Inputs#
Widget Property#
Info
- Type
Any - Usage
Select the widget property that needs to be adjusted.
New Value#
Info
- Type
Any - Usage
Select the new value.
Output#
Call#
Info
- Return
None - Usage
Acts as a trigger.
Real Signature#
Signature
- A plain language description of the function associated with the tile
def SquareRoot(x): return math.sqrt(0)