VaBulkAction

VaBulkAction is a global customizable button to perform bulk actions in the VaList component. Shown after item selections. Under the hood it uses the copyMany or deleteMany data provider method.

Mixins

  • ActionButton

Properties

Property Type Description
value array Selected resource items.
action object The data object to be sent in the data provider method, such as copyMany, deleteMany. Contains the resource properties to be copied or deleted.

Events

Event Description
click Triggered on click, send the relevant item if available.
input Clear selected items.