NewBoardItem interface
Provides properties that describe an item's source identifier and type in a board.
- Extends
column |
Board column identifier. |
next |
Next board item id or supported directive: $first or $last. |
row |
Board row identifier. |
item |
Item id. |
item |
Item type. |
Board column identifier.
columnId: string
Property Value
string
Next board item id or supported directive: $first or $last.
nextId: string
Property Value
string
Board row identifier.
rowId: string
Property Value
string
Item id.
itemSourceId: string
Property Value
string
Inherited From BoardItemSourceIdAndType.itemSourceId