ItemCreationContext interface

An interface representing the context for creating an item

Properties

capacityObjectId

The capacity object id of the workspace

consistentItemCreationContext

Creation context of new(consistent) creation experience.

subfolderId

The id of the subfolder to which the item should be created.

workspaceObjectId

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