NewBoardItem interface
Provides properties that describe an item's source identifier and type in a board.
- Extends
Properties
column |
Board column identifier. |
next |
Next board item id or supported directive: $first or $last. |
row |
Board row identifier. |
Inherited Properties
item |
Item id. |
item |
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