List of actions
Use the components named actions.*
to perform various actions, such as showing notifications.
action.bulk. Use this component to call multiple actions at the same time, like to show more than one notification when a button is clicked.
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 thedata
property.action.toggle. The component changes the value in the data from
true
tofalse
and vice versa.