BoardItemAction interface
項目が列に移動され、指定された条件が満たされたときに適用するアクションについて説明します。
- Extends
プロパティ
id | アクション ID。 |
item |
項目の種類。 |
継承されたプロパティ
action | 実行するアクション。 例: 状態の変更 |
predicate | アクションを適用する前に満たす条件。 |
プロパティの詳細
id
アクション ID。
id: string
プロパティ値
string
itemType
項目の種類。
itemType: string
プロパティ値
string
継承されたプロパティの詳細
action
実行するアクション。 例: 状態の変更
action: string
プロパティ値
string
PredicateAndAction.action から継承
predicate
アクションを適用する前に満たす条件。
predicate: string
プロパティ値
string
predicateAndAction.predicate から継承