SharedCell Class
The SharedCell distributed data structure can be used to store a single serializable value.
Signature
export declare class SharedCell<T = any> extends SharedObject<ISharedCellEvents<T>> implements ISharedCell<T>
Extends: SharedObject<ISharedCellEvents
Implements: ISharedCell