Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NormalizeRemoveActionConfig

Interface for the payload of the RemoveData action. Accepts an id and an optional removeChildren property.

Hierarchy

Index

Properties

Properties

id

id: string

The id of the entity that should be removed

Optional removeChildren

removeChildren: SchemaMap

If maps valid schema keys to propety names, children referenced by the schema key will be removed by its id

schema

schema: Entity

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

Generated using TypeDoc