Frame drawer
A pull-out sidebar for app navigation and user interaction within the application interface.
Methods
Method | Description |
---|---|
| opens a modal window |
| closes a modal window |
| sets value of the component |
| resets component to the initial state |
| enables/ disables an open button |
| triggers validations |
| resets validation errors |
Triggers
Triggers allow you to launch certain actions based on different events.
On Init | Calls for an action on component initialization, e.g., page refresh |
On Open | Calls for an action when a component is opened |
On Close | Calls for an action when a component is closed |
Last updated