BoardItemAddedRealtimeEvent interface
內部。 新增面板項目時引發的事件。
- Extends
屬性
column |
加入項目的數據行標識碼。 |
e |
專案的最新 eTag。 |
id | 已加入專案的識別碼。 |
item |
已新增專案的標識碼 |
item |
已新增專案的型別 |
next |
清單中的下一個項目識別碼。 |
row |
加入項目的數據列標識碼。 |
繼承的屬性
board |
事件的面板標識碼 |
event |
事件的唯一標識碼,用於記錄和追蹤。 |
project |
面板的項目識別碼。 |
type | 此事件的型別,讓用戶端可以釐清 |
屬性詳細資料
columnId
加入項目的數據行標識碼。
columnId: string
屬性值
string
eTag
專案的最新 eTag。
eTag: string
屬性值
string
id
已加入專案的識別碼。
id: string
屬性值
string
itemSourceId
已新增專案的標識碼
itemSourceId: string
屬性值
string
itemType
已新增專案的型別
itemType: string
屬性值
string
nextId
清單中的下一個項目識別碼。
nextId: string
屬性值
string
rowId
加入項目的數據列標識碼。
rowId: string
屬性值
string