Entity Bulk Actions
Bulk Entity Actions perform an action on a selection of items.
Extension authors can register an entity bulk action to appear in the collection selection toolbar.
Registering an Entity Bulk Action
Entity Bulk Action extensions can be included by importing a subclass of UmbEntityBulkActionBase to the api property. Placement within the backoffice can be controlled using the conditions property.
The Entity Bulk Action Class
Entity Bulk Action extensions inherit from UmbEntityBulkActionBase, which expects the extension author to provide an implementation of execute(). The UmbEntityBulkActionBase class provides this.selection as a property, which contains a list of uniques from the content nodes that were selected by the user.
When the action is completed, an event on the host element will be dispatched to notify any surrounding elements.
Last updated
Was this helpful?