Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NormalizeActionConfig<T>

Typed Interface for the config of the AddData and SetData action. Holds an typed array of entities to be added to the store.

Type parameters

  • T

Hierarchy

Index

Properties

Properties

data

data: T[]

The array of entities which should be normalized and added to the store.

schema

schema: Entity

Schema definition of the entity. Used for de-/ and normalizing given entities.

Generated using TypeDoc