Skip to content

FactoryKeyedState

Defined in: state-keyed.ts:58

FactoryKeyedState defines a state object with a key and data that was created by a KeyedStateFactory. *

Type ParameterDefault typeDescription
States extends KeyedStateFactory-The KeyedStateFactory type *
StateKey extends keyof Stateskeyof StatesThe key of the state to infer (defaults to all keys
PropertyType
keystring