Skip to content

Function: getSessionInternalStore()

ts
function getSessionInternalStore(sessionId: string): StoreApi<UIInternalState>;

Defined in: src/UI/state/index.ts:196

Get the internal state store for a session (creates if needed).

Parameters

ParameterType
sessionIdstring

Returns

StoreApi<UIInternalState>

Matterway Assistant SDK Documentation