次の方法で共有


BoardItemActionCreate interface

ボード上に作成するボード アイテム アクションについて説明します。

Extends

プロパティ

itemType

アイテムの種類。

継承されたプロパティ

action

実行するアクション。 例: 状態の変更

predicate

アクションを適用する前に満たす条件。

プロパティの詳細

itemType

アイテムの種類。

itemType: string

プロパティ値

string

継承されたプロパティの詳細

action

実行するアクション。 例: 状態の変更

action: string

プロパティ値

string

PredicateAndAction.actionから継承

predicate

アクションを適用する前に満たす条件。

predicate: string

プロパティ値

string

PredicateAndAction.predicateから継承されます