Skip to main content

Interface: LivelinkInstance

Defined in: livelink.clients/livelink.base/sources/LivelinkInstance.ts:15

Minimal interface a livelink client facade must implement to drive the shared scene/session core.

Both the browser and headless Livelink facades (via their shared LivelinkBase) implement this so that Scene, Client and Session stay decoupled from any concrete facade.

Properties

PropertyModifierTypeDescription
sessionreadonlySessionThe session this instance is connected to.
scenereadonlyPick<SceneBase, "_findEntity">The scene the current session is running. Typed structurally (only the entity lookup the shared core relies on) so any concrete Scene flavour — browser or headless — satisfies it regardless of its entity type.