Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NormalizeChildActionConfig<T>

Interface for the payload of the AddChildData action.

Type parameters

  • T

Hierarchy

Index

Properties

childSchema

childSchema: Entity

The schema of the child data to add

data

data: T[]

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

parentId

parentId: string

The id of the parent entity

parentSchema

parentSchema: Entity

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

Generated using TypeDoc