共用方式為


RealtimeBoardEvent interface

即時面板事件的基底類型。 所有面板事件都應該繼承自這個類別。

屬性

boardId

事件的面板標識碼

eventId

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

projectId

面板的項目識別碼。

type

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

屬性詳細資料

boardId

事件的面板標識碼

boardId: number

屬性值

number

eventId

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

eventId: string

屬性值

string

projectId

面板的項目識別碼。

projectId: string

屬性值

string

type

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

type: string

屬性值

string