BoardItem interface
提供屬性,描述面板中的專案。
- Extends
board |
這個專案的面板標識碼。 |
column |
這個專案的面板數據行標識碼。 |
next |
下一個面板項目標識碼。 |
row |
這個專案的面板數據列標識碼。 |
source |
與這個專案源數據相關的錯誤。 |
source |
指出是否發生變更,需要重新整理此專案的源數據。 |
id | 面板項目識別碼。 面板中的每個專案都是唯一的。 |
item |
項目標識碼。 |
item |
項目類型。 |
url | 資源的完整 HTTP 連結。 |
這個專案的面板標識碼。
boardId: number
屬性值
number
這個專案的面板數據行標識碼。
columnId: string
屬性值
string
下一個面板項目標識碼。
nextId: string
屬性值
string
這個專案的面板數據列標識碼。
rowId: string
屬性值
string
與這個專案源數據相關的錯誤。
sourceErrorMessages: string[]
屬性值
string[]
指出是否發生變更,需要重新整理此專案的源數據。
sourceRefreshRequired: boolean
屬性值
boolean