addTileAction()
addTileAction(name: string, properties: TileActionProperties, listener: function)
Last updated
addTileAction(name: string, properties: TileActionProperties, listener: function)
Last updated
Adds a custom action to the 3-dots menu of the tiles. When the user clicks that custom menu item, then the callback listener function will be invoked.
In the below example a custom send email action is added to all remote tiles.