Interface RestLiveMap

Full object structure of a map object with metadata.

Hierarchy

  • RestLiveMap

Properties

Properties

map: {
    entries: Record<string, RestObjectDataMapEntry | RestLiveObjectMapEntry>;
    semantics: ObjectsMapSemantics;
}

Describes the value of a map object.

Type declaration

objectId: string

The ID of the map object.

Generated using TypeDoc