BoardItem interface
Provides properties that describe an item in a board.
- Extends
Properties
board |
Board id for this item. |
column |
Board column id for this item. |
next |
Next board item id. |
row |
Board row id for this item. |
source |
Error that occurred related to the source data for this item. |
source |
Indicates whether a change has occurred requiring a refresh of the source data for this item. |
Inherited Properties
id | Board item identifier. Unique for each item in the board. |
item |
Item id. |
item |
Item type. |
url | Full http link to the resource. |
Property Details
boardId
Board id for this item.
boardId: number
Property Value
number
columnId
Board column id for this item.
columnId: string
Property Value
string
nextId
Next board item id.
nextId: string
Property Value
string
rowId
Board row id for this item.
rowId: string
Property Value
string
sourceErrorMessages
Error that occurred related to the source data for this item.
sourceErrorMessages: string[]
Property Value
string[]
sourceRefreshRequired
Indicates whether a change has occurred requiring a refresh of the source data for this item.
sourceRefreshRequired: boolean
Property Value
boolean
Inherited Property Details
id
Board item identifier. Unique for each item in the board.
id: string
Property Value
string
Inherited From BoardItemReference.id
itemSourceId
itemType
url
Full http link to the resource.
url: string
Property Value
string
Inherited From BoardItemReference.url