BoardItemAction interface
Describe the action to apply when an item is moved to a column and the specified condition is met.
- Extends
Properties
id | Action Id. |
item |
Item type. |
Inherited Properties
action | Action to execute. e.g. Change state |
predicate | Condition to meet before applying action. |
Property Details
id
Action Id.
id: string
Property Value
string
itemType
Item type.
itemType: string
Property Value
string
Inherited Property Details
action
Action to execute. e.g. Change state
action: string
Property Value
string
Inherited From PredicateAndAction.action
predicate
Condition to meet before applying action.
predicate: string
Property Value
string
Inherited From PredicateAndAction.predicate