Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "actions/normalize"

Index

Variables

ACTION_NAMESPACE

ACTION_NAMESPACE: "[@@Normalize]" = "[@@Normalize]"

Internal action namespace

Functions

actionCreators

  • Create a add of action creators for the AddData and RemoveData actions. This is provided for convenience.

    Type parameters

    • T

    Parameters

    • schema: Entity

      The schema the action creators should be bound to

    Returns NormalizeActionCreators<T>

getRelationProperty

  • getRelationProperty(schema: Entity, childSchema: Entity): string
  • Return the parents property name the child schema is related to

    Parameters

    • schema: Entity

      The parent schema

    • childSchema: Entity

      The child schema

    Returns string

Generated using TypeDoc