Interface MapCreate

Describes the payload for a MAP_CREATE operation.

Hierarchy

  • MapCreate

Properties

Properties

entries: Record<string, ObjectsMapEntry>

The map entries, indexed by key.

semantics: ObjectsMapSemantics

The conflict-resolution semantics used by the map object, one of the ObjectsMapSemantics enum values.

Generated using TypeDoc