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