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