共用方式為


BoardItemMovedRealtimeEvent interface

內部。 面板項目移動時引發的事件。

Extends

屬性

columnId

移動項目的數據行標識碼。

eTag

專案的最新 eTag。

ids

已移動項目的識別碼。

nextId

清單中的下一個項目識別碼。

rowId

移動項目的數據列標識碼。

繼承的屬性

boardId

事件的面板標識碼

eventId

事件的唯一標識碼,用於記錄和追蹤。

projectId

面板的項目識別碼。

type

此事件的型別,讓用戶端可以釐清

屬性詳細資料

columnId

移動項目的數據行標識碼。

columnId: string

屬性值

string

eTag

專案的最新 eTag。

eTag: string

屬性值

string

ids

已移動項目的識別碼。

ids: string[]

屬性值

string[]

nextId

清單中的下一個項目識別碼。

nextId: string

屬性值

string

rowId

移動項目的數據列標識碼。

rowId: string

屬性值

string

繼承的屬性詳細資料

boardId

事件的面板標識碼

boardId: number

屬性值

number

繼承自RealtimeBoardEvent.boardId

eventId

事件的唯一標識碼,用於記錄和追蹤。

eventId: string

屬性值

string

繼承自RealtimeBoardEvent.eventId

projectId

面板的項目識別碼。

projectId: string

屬性值

string

繼承自RealtimeBoardEvent.projectId

type

此事件的型別,讓用戶端可以釐清

type: string

屬性值

string

繼承自RealtimeBoardEvent.type