Information Classification: External Restricted.
See https://www.chili-publish.com/security
DocumentEventAction
A Document Action triggered by certain events inside the Document
Fields
Name | Type | Triggers | Description |
|---|---|---|---|
eventNames | string | Execute action based on event names | |
asynchronous | bool | Execute action in background (don't wait for result, and postpone delay for 'executionDelay' milliseconds) | |
executionType |
| Execution type | |
executionDelay | int | Execution delay, in milliseconds | |
action |
| Actual action | |
disabled | bool | Action is currently disabled? |
Inherits from
> DocumentBase
> DocumentListItemBase
> DocumentListItemSelectableBase