Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NormalizedEntityState

The normalized state, representing a normalizr.normalize result. Can be selected by the provided getNormalizedEntities and getResult selectors.

Hierarchy

  • NormalizedEntityState

Index

Properties

Properties

entities

entities: EntityMap

The normalized entities. Should be passed to all projector functions to enable access to all entities needed.

result

result: string[]

The original sorting of the unnormalized data. Holds all id's of the last set operation in original order. Can be used to restore the original sorting of entities

Generated using TypeDoc