SessionStateReducer Function
Deprecated in 4.15.0. Use your preferred state management library instead.
Handles actions to update SessionState.
SessionStateReducer(state: SessionState = initialSessionState, action: SessionStateActionsUnion): DeepReadonly<SessionState>
| Parameter | Type | Description |
|---|---|---|
| state | SessionState | |
| action | SessionStateActionsUnion |
Returns - DeepReadonly<SessionState>
Defined in
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.