Open Link In Browser Tile#
This Tile will open a link in the browser.
Description#
Description
Inputs#
Link#
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)