Interface ObjectsMap

Describes the initial value of a map object.

Hierarchy

  • ObjectsMap

Properties

Properties

entries?: Record<string, ObjectsMapEntry>

The map entries, indexed by key.

semantics?: "lww"

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

Generated using TypeDoc