SharedMap Class
The SharedMap distributed data structure can be used to store key-value pairs. It provides the same API for setting and retrieving values that JavaScript developers are accustomed to with the Map built-in object. However, the keys of a SharedMap must be strings.
Signature
export declare class SharedMap extends SharedObject<ISharedMapEvents> implements ISharedMap
Extends: SharedObject<ISharedMapEvents
Implements: ISharedMap