BoardItem interface

Provides properties that describe an item in a board.

Extends

Properties

boardId

Board id for this item.

columnId

Board column id for this item.

nextId

Next board item id.

rowId

Board row id for this item.

sourceErrorMessages

Error that occurred related to the source data for this item.

sourceRefreshRequired

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.

itemSourceId

Item id.

itemType

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

Item id.

itemSourceId: string

Property Value

string

Inherited From BoardItemReference.itemSourceId

itemType

Item type.

itemType: string

Property Value

string

Inherited From BoardItemReference.itemType

url

Full http link to the resource.

url: string

Property Value

string

Inherited From BoardItemReference.url