Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "actions/search.actions"

Index

Interfaces

Functions

Object literals

Functions

createSearchActions

  • Action class and type factory function for "search" actions. Returns an object of action classes and type strings. This actions are handled by the NormalizedEntityState reducer and the effects created by the CrudEffectsFactory.

    Type parameters

    • T

    Parameters

    • ns: string

      The namespace to use for creating action type constants

    Returns SearchActions<T>

Object literals

SearchActionNames

SearchActionNames: object

Interface for search action names Action name constants

LOAD

LOAD: string = "Load"

Defining the type of the LOAD action type Value of the LOAD action type

SEARCH

SEARCH: string = "Search"

Defining the type of the SEARCH action type Value of the SEARCH action type

SEARCH_COMPLETE

SEARCH_COMPLETE: string = "Search Complete"

Defining the type of the SEARCH_COMPLETE action type Value of the SEARCH_COMPLETE action type

SELECT

SELECT: string = "Select"

Defining the type of the SELECT action type Value of the SELECT action type

Generated using TypeDoc