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

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<((x: null | Uint64, add: boolean) => void)> = ...
disposedStacks: any
hashTable: HashMapUint64 = ...
isOwner: undefined | boolean
refCount: number = 1
referencedGeneration: number
rpc: null | RPC = null
rpcId: null | number = null
unreferencedGeneration: number
wasDisposed: undefined | boolean

Accessors

Methods

Generated using TypeDoc