Base class for defining a SharedObject type that will never be owned.

Type Parameters

  • T

Hierarchy

Implements

Constructors

Properties

RPC_TYPE_ID: string

Should be set to a constant specifying the SharedObject type identifier on the prototype of final derived owner classes. It is not used on counterpart (non-owner) classes.

disposedStacks: any
isOwner: undefined | boolean
refCount: number = 1
referencedGeneration: number
rpc: null | RPC = null
rpcId: null | number = null
unreferencedGeneration: number
updatingValue_: boolean = false

The value is being updated to reflect a remote change.

wasDisposed: undefined | boolean

Accessors

Methods

Generated using TypeDoc