Entity Bulk Actions
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
Entity Bulk Action: Relates to an entity type: document, media, etc. Performs the action on a selection of items.
Registering an Entity Bulk Action
The Entity Bulk Action Class
As part of the Extension Manifest you can attach a class that will be instantiated as part of the action. It will have access to the host element, a repository with the given alias and the unique (key etc) of the entity. When the action is clicked the execute
method on the api class will be run. When the action is completed, an event on the host element will be dispatched to notify any surrounding elements.
Last updated