# ListOperationActor
The ListOperationActor
loads conditional operations based on selected objects and some other parameters to set them to the CondOperationActor
.
# Properties
Parent:
Actor
Type:
ListOperationActor
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
selectionActor | SelectionActor | The ListOperationActor loads operations based on the current selection. The selection actor is required to listen to selection changes and provides the current selection. |
condOperationActor | CondOperationActor | All loaded operations are set in the CondOperationActor (e.g., to show them in the toolbox or some other component). The ListOperationActor handles the execution of the operations. |
listActor | ListActor | The ListActor provides all currently loaded objects to the action handler. Some actions affect all objects instead of only the marked. |
searchActor | SearchActor | The SearchActor can be used to refresh the search result after executing an action. |
module | string fallback: module of context | The module to be used for loading operations. If not set, the current module is used. |
view | string fallback:
| The view to be used for loading operations. If not set, the current view is used. |
condOperationExclusive | boolean default: false | Indicates that the loaded operations of this actor should be displayed exclusively. All non-exclusive operations from other operation sources are hidden if there is at least one operation from an exclusive source. |
condOperationLonely | boolean default: false | Indicates that the loaded operations of this actor should only be displayed, if there are no operations from any other source. |
condOperationMerge | boolean default: false | Defines whether the operation groups of this actor should be merged with other operation sources. By default, operations from different sources are shown in different visual groups (even if the operation group key is the same). |