ItemCreationContext interface
An interface representing the context for creating an item
Properties
| capacity |
The capacity object id of the workspace |
| consistent |
Creation context of new(consistent) creation experience. |
| 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
consistentItemCreationContext
Creation context of new(consistent) creation experience.
consistentItemCreationContext?: ConsistentItemCreationContext
Property Value
ConsistentItemCreationContext
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