Skip to content

Widget Property Setter Tile#


alt text A Tile that modifies the properties of a widget.

Description#

Description

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)