共用方式為


BoardItemAction interface

描述當專案移至數據行且符合指定條件時要套用的動作。

Extends

屬性

id

動作標識碼。

itemType

項目類型。

繼承的屬性

action

要執行的動作。 例如變更狀態

predicate

套用動作之前符合的條件。

屬性詳細資料

id

動作標識碼。

id: string

屬性值

string

itemType

項目類型。

itemType: string

屬性值

string

繼承的屬性詳細資料

action

要執行的動作。 例如變更狀態

action: string

屬性值

string

繼承自PredicateAndAction.action

predicate

套用動作之前符合的條件。

predicate: string

屬性值

string

繼承自PredicateAndAction.predicate