Appearance
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
| Parameter | Type |
|---|---|
sessionId | string |
Returns
boolean