Appearance
Function: aliasSession()
ts
function aliasSession(bridgeSessionId: string, storeSessionId: string): void;Defined in: src/UI/state/index.ts:163
Map a bridge session id to a different store session id (for shared stores).
Parameters
| Parameter | Type |
|---|---|
bridgeSessionId | string |
storeSessionId | string |
Returns
void