Skip to main content

Interface: SharedGlobalObjectRef<T>

Defined in: src/sdk/data/SharedGlobal.ts:8

Experimental

A reference to a shared global object. This API is still under development and should not be used for production code.

Type Parameters

Type Parameter
T extends object

Properties

instance

readonly instance: T

Defined in: src/sdk/data/SharedGlobal.ts:10

Experimental

The object instance.


isDetached

readonly isDetached: Subscribable<boolean>

Defined in: src/sdk/data/SharedGlobal.ts:16

Experimental

Whether the object has been detached.


isViewOwner

readonly isViewOwner: boolean

Defined in: src/sdk/data/SharedGlobal.ts:13

Experimental

Whether the CoherentGT view in which this reference was retrieved is the owner of the object.