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