Interface: IDocumentItem

Document Queue Item

Extends

Properties

artifactId

readonlyartifactId: number

Document artifact ID


extension

extension: string

Extension of the native file

Inherited from

IQueueItem.extension


id

readonlyid: string

Unique string identifier of the queue item

Inherited from

IQueueItem.id


itemIdentifier

readonlyitemIdentifier: IQueueItemIdentifier

Identifier object of the queue item

Inherited from

IQueueItem.itemIdentifier


itemTransforms?

optionalitemTransforms: Map<string, IQueueItem>

A map of viewerType to the results of an IItemLoadTransform

Inherited from

IQueueItem.itemTransforms


label

label: string

Item label displayed to users

Inherited from

IQueueItem.label


type

readonlytype: string

Item type

Inherited from

IQueueItem.type