NewBoardItem interface

Provides properties that describe an item's source identifier and type in a board.

Extends

Properties

columnId

Board column identifier.

nextId

Next board item id or supported directive: $first or $last.

rowId

Board row identifier.

Inherited Properties

itemSourceId

Item id.

itemType

Item type.

Property Details

columnId

Board column identifier.

columnId: string

Property Value

string

nextId

Next board item id or supported directive: $first or $last.

nextId: string

Property Value

string

rowId

Board row identifier.

rowId: string

Property Value

string

Inherited Property Details

itemSourceId

Item id.

itemSourceId: string

Property Value

string

Inherited From BoardItemSourceIdAndType.itemSourceId

itemType

Item type.

itemType: string

Property Value

string

Inherited From BoardItemSourceIdAndType.itemType