VaAction

VaAction button is a component that you can use for any custom action button. In the data display table rows; Can be used in the header of create, display, or edit pages.

Mixins

  • ActionButton

Properties

Property Type Description
block boolean Expands the button to 100% of the available space.
type string Sets the type property of the button. (Default: button).
variant string Applies different styles to the component. ('text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain').
to string, object Vue route to redirect on click.
href string Converts the button to href to establish a link.
target boolean The pinning target if href is used.
loading string Activates the loading indication on the button.

Events

Event Description
click Triggered on click, send the relevant item if available.