Skip to content

Open Link In Browser Tile#


alt text This Tile will open a link in the browser.

Description#

Description

  • Attach String that contains the link to the Link input.
  • When called this will open the link in a browser tab.

Inputs#

Info
  • Type
    Accepted types: String
    
  • Usage
    Wire to a string that contains the link.
    

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)