LivelinkContext
@3dverse/livelink-react v0.2.32
@3dverse/livelink-react / LivelinkContext
Variable: LivelinkContext
const
LivelinkContext:Context
<{instance
:null
|Livelink
;isConnecting
:boolean
;isDisconnected
:boolean
;disconnect
: () =>void
; }>
Defined in: livelink.react/sources/components/core/Livelink.tsx:16
Context for managing the Livelink connection state.
Provides information about the current Livelink instance, connection status, and a method to disconnect from the Livelink service.