Skip to content

Navigate Back Tile#


alt text This tile will manage the navigation between screens.

Description#

Description

  • Will transition to the previous screen.
  • Is essential for presentation apps.

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)