Skip to content

Interface: GetState() ​

Call Signature ​

ts
GetState(): State;

Returns ​

State

Call Signature ​

ts
GetState<K>(key): State[K];

Type Parameters ​

Type Parameter
K extends keyof State

Parameters ​

ParameterType
keyK

Returns ​

State[K]

Released under the MIT License.