Card
A card is used as a container for a set of different components. The card supports multiple views, that can be activated by switching the Enable multiple views option in the card's settings.
Methods
Method
Description
selectView(name: string)
selects a view by the name
Triggers
Triggers allow you to launch certain actions based on different events.
On Click
Calls for an action when you click on a component
On Init
Calls for an action on component initialization
Last updated