Use the components named actions.*
to perform various actions, such as showing notifications.
Component | Description |
---|---|
action.bulk | Use this component to call multiple actions at the same time. |
action.notify | The component creates a message in the lower-left corner of the screen. |
action.open-close | Changes the display mode for another component — opens or closes it. |
action.open-link | Opens a new tab in the browser with the specified web page. |
action.play-pause | This component controls audio or video playback. It stops playback in progress or starts if it is stopped. |
action.rotate | Rotates the specified component by 90 degrees. |
action.set | Sets the value from payload in the data in the data property. |
action.toggle | The component changes the value in the data from true to false and vice versa. |
Last updated: March 29, 2023