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

EntityState<T, Id extends EntityId = string>

interface
entity/entityAdapter.ts:38

A normalised collection.

Type parameters

NameTypeDescription
TThe entity.
Idextends EntityIdIts key type.

Properties

NameTypeDescription
entitiesReadonly<Record<Id, T>>Identity-keyed, so a path to one entity survives every change to the others.
idsreadonly Id[]Order. Reordering touches this and nothing under entities.