BoardItemActionUpdate interface
Describes a board item action to update on a board.
Properties
action | Action to execute. e.g. Change state |
predicate | Condition to meet before applying action. |
Property Details
action
Action to execute. e.g. Change state
action: string
Property Value
string
predicate
Condition to meet before applying action.
predicate: string
Property Value
string