GetState
Type Alias: GetState<TState>
Section titled “Type Alias: GetState<TState>”GetState<
TState> =StoreApi<TState>["getState"]
Defined in: types.ts:12
A function that reads current store state.
Type Parameters
Section titled “Type Parameters”TState
Section titled “TState”TState