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