BoardItemActionCreate interface
Describes a board item action to create on a board.
- Extends
Properties
item |
Item Type. |
Inherited Properties
action | Action to execute. e.g. Change state |
predicate | Condition to meet before applying action. |
Property Details
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