A versioned item (or placeholder). Used for interoperability between persistent stores and the SDK. The persistent store should generally operate on SerializedItemDescriptors, but aside from a special case described in PersistentDataStore.

Hierarchy

  • ItemDescriptor

Properties

Properties

item: any

The data item, or null is this is a placeholder.

version: number

The version of the data, provided by the SDK.

Generated using TypeDoc