Skip to content

Function: hasSessionStore()

ts
function hasSessionStore(sessionId: string): boolean;

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

Whether a store already exists for this session.

Parameters

ParameterType
sessionIdstring

Returns

boolean

Matterway Assistant SDK Documentation