Skip to content

Function: getSessionStore()

ts
function getSessionStore(sessionId: string): StoreApi<UIStateObject>;

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

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

Parameters

ParameterType
sessionIdstring

Returns

StoreApi<UIStateObject>

Matterway Assistant SDK Documentation