# COLayout
The component COLayout
is shown as a button. Clicking on the component displays a drop-down list of operations. The operations are either taken from Actor CondOperationActor if it is set, or fetched from the backend for BaseBean
assigned to the component. The selected operation is executed either by the Actor CondOperationActor, or general.
# Properties
HTMLElement
BaseComponent
Element tag:
cm4ap-co-layout
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
hiddenOperations | array of string | Contains name of operations to be hidden |
iconName | string default: GLOBAL-SUBPANEL-CO_BUTTON | Name of the operation, for the component representation |
iconSize | number default: 16 | Size of the icon |
condOperationActor | CondOperationActor | The actor is required for the operation to fetch and execute. |