ItemCreateContext interface
An interface representing the context for creating an item
Properties
capacity |
The capacity object id of the workspace |
subfolder |
The id of the subfolder to which the item should be created. |
workspace |
The object id of the workspace to which the item should be created. |
Property Details
capacityObjectId
The capacity object id of the workspace
capacityObjectId?: string
Property Value
string
subfolderId
The id of the subfolder to which the item should be created.
subfolderId?: number
Property Value
number
workspaceObjectId
The object id of the workspace to which the item should be created.
workspaceObjectId: string
Property Value
string