Class: ItemsInfo

  • Represents a data message containing item information for each requested IDs.

  • Includes a list of changed item IDs in the items property.

  • Contains a requestId property for the corresponding request.

  • Provides a sequenceNumber property to coordinate state sync.

  • Has a type property indicating the message type.

Constructor

ItemsInfo

new ItemsInfo()

Properties

items

(non-null Array of non-null cast.framework.messages.QueueItem or undefined)

The list of changed item IDs.

requestId

(number or undefined)

The corresponding request ID.

sequenceNumber

(number or undefined)

The latest queue change sequence ID. Used to coordinate state sync between various senders and the receiver.

type

non-null cast.framework.messages.MessageType