La referencia de la API está disponible solo en inglés por ahora.

DecoratableStore<R extends string, S extends Record<R, any>, EM extends EventMapBase>

type
types.ts:2084

A store that can be decorated, and whose type grows as it is.

Definition

type
type DecoratableStore<R extends string, S extends Record<R, any>, EM extends EventMapBase> = StoreInstance<R, S, EM>

StoreInstance<R, S, EM>

Type parameters

NameTypeDescription
Rextends string
Sextends Record<R, any>
EMextends EventMapBase