Interface: IDocumentItem
Document Queue Item
Extends
Properties
artifactId
readonly
artifactId: number
Document artifact ID
extension
extension: string
Extension of the native file
Inherited from
IQueueItem
.extension
id
readonly
id: string
Unique string identifier of the queue item
Inherited from
IQueueItem
.id
itemIdentifier
readonly
itemIdentifier: IQueueItemIdentifier
Identifier object of the queue item
Inherited from
IQueueItem
.itemIdentifier
optional
itemTransforms: 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
readonly
type: string
Item type
Inherited from
IQueueItem
.type