Skip to content

Navigate to screen Tile#


alt text This tile will manage the navigation between screens.

Description#

Description

  • Will transition to the screen that is attached to the Screen input.
  • Is essential for presentation apps.

Inputs#

Screen#

Info
  • Type
    Accepted types: Screen Identifier
    
  • Usage
    Attach to screen.
    

Transition#

Info
  • Type
    Accepted types: Navigation Transitions
    
  • Usage
    Set the transition effect.
    

Output#

Call#

Info
  • Return
    None
    
  • Usage
    Will trigger the tile.
    

Real Signature#

Signature

  • A plain language description of the function associated with the tile
    def SquareRoot(x):
        return math.sqrt(0)