共用方式為


BoardItemAddedRealtimeEvent interface

內部。 新增面板項目時引發的事件。

Extends

屬性

columnId

加入項目的數據行標識碼。

eTag

專案的最新 eTag。

id

已加入專案的識別碼。

itemSourceId

已新增專案的標識碼

itemType

已新增專案的型別

nextId

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

rowId

加入項目的數據列標識碼。

繼承的屬性

boardId

事件的面板標識碼

eventId

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

projectId

面板的項目識別碼。

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

繼承的屬性詳細資料

boardId

事件的面板標識碼

boardId: number

屬性值

number

繼承自RealtimeBoardEvent.boardId

eventId

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

eventId: string

屬性值

string

繼承自RealtimeBoardEvent.eventId

projectId

面板的項目識別碼。

projectId: string

屬性值

string

繼承自RealtimeBoardEvent.projectId

type

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

type: string

屬性值

string

繼承自RealtimeBoardEvent.type