Last date modified: 2025-Jul-02

Interface: IUpdatedEvent

Event data for the QueuePointerEventType.Updated event

Properties

currentIndex

currentIndex: number

Current index


currentLongTextArtifactId?

optionalcurrentLongTextArtifactId: number

Optional - Current Long Text Artifact ID


currentProductionArtifactId?

optionalcurrentProductionArtifactId: number

Optional - Current Production Artifact ID


currentProductionType?

optionalcurrentProductionType: ProductionType

Optional - Current production type


currentType

currentType: string

Current type


id

id: string

Id of the current queue pointer update

This can be used to uniquely identify this event and correlate it with other events emitted by this IQueuePointer.


previousIndex

previousIndex: number

Previous index


previousLongTextArtifactId?

optionalpreviousLongTextArtifactId: number

Optional - Previous Long Text Artifact ID


previousProductionArtifactId?

optionalpreviousProductionArtifactId: number

Optional - Previous Production Artifact ID


previousProductionType?

optionalpreviousProductionType: ProductionType

Optional - Previous production type


previousType

previousType: string

Previous type

Return to top of the page
Feedback