Collapsible card
A collapsible card is a collapsible 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 |
---|---|
| selects a view by the name |
| sets component's value |
| resets the component to its initial state |
| triggers validation |
| clears validation errors |
| collapses the card |
| expands the card |
| toggle card's collapsed state |
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 Header Click | Calls for an action when you click on a component's header |
On Init | Calls for an action on component initialization |
On Collapse Changed | Calls for an action on collapse state change |
Last updated