FactoryKeyedState
Defined in: state-keyed.ts:58
FactoryKeyedState defines a state object with a key and data that was created by a KeyedStateFactory. *
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type | Description |
|---|---|---|
States extends KeyedStateFactory | - | The KeyedStateFactory type * |
StateKey extends keyof States | keyof States | The key of the state to infer (defaults to all keys |
Properties
Section titled “Properties”| Property | Type |
|---|---|
key | string |