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

Hierarchy

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.

chunkManager: ChunkManager
disposedStacks: any
isOwner: undefined | boolean
metadataChunkSource: AnnotationMetadataChunkSource
refCount: number = 1
referencedGeneration: number
references: Set<string> = ...
rpc: null | RPC = null
rpcId: null | number = null
segmentFilteredSources: AnnotationSubsetGeometryChunkSource[]
unreferencedGeneration: number
wasDisposed: undefined | boolean

Methods

Generated using TypeDoc