BoardItemActionCreate interface
ボード上に作成するボード 項目アクションについて説明します。
- Extends
プロパティ
item |
アイテムの種類。 |
継承されたプロパティ
action | 実行するアクション。 例: 状態の変更 |
predicate | アクションを適用する前に満たす条件。 |
プロパティの詳細
itemType
アイテムの種類。
itemType: string
プロパティ値
string
継承されたプロパティの詳細
action
実行するアクション。 例: 状態の変更
action: string
プロパティ値
string
PredicateAndAction.action から継承
predicate
アクションを適用する前に満たす条件。
predicate: string
プロパティ値
string
predicateAndAction.predicate から継承