Skip to main content

Variable: LivelinkContext

const LivelinkContext: Context<{
instance: null | Livelink;
isConnecting: boolean;
isDisconnected: boolean;
disconnect: () => void;
}>;

Defined in: livelink.react/sources/components/core/Livelink.tsx:17

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.