NewBoardItem interface

提供描述项的源标识符并在开发板中键入的属性。

Extends

属性

columnId

板列标识符。

nextId

下一个板项 ID 或支持的指令:$first或$last。

rowId

板行标识符。

继承属性

itemSourceId

项 ID。

itemType

项类型。

属性详细信息

columnId

板列标识符。

columnId: string

属性值

string

nextId

下一个板项 ID 或支持的指令:$first或$last。

nextId: string

属性值

string

rowId

板行标识符。

rowId: string

属性值

string

继承属性详细信息

itemSourceId

项 ID。

itemSourceId: string

属性值

string

继承自BoardItemSourceIdAndType.itemSourceId

itemType

项类型。

itemType: string

属性值

string

继承自BoardItemSourceIdAndType.itemType