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

Type Parameters

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.

changed: Signal<((oldValue: T, newValue: T) => void)> = ...
disposedStacks: any
isOwner: undefined | boolean
oldValue: T
refCount: number = 1
referencedGeneration: number
rpc: null | RPC = null
rpcId: null | number = null
unreferencedGeneration: number
value: T
wasDisposed: undefined | boolean

Methods

Generated using TypeDoc