Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchActions<T>

Interface for createSearchActions return type

Type parameters

  • T

Hierarchy

Index

Properties

LOAD

LOAD: string

Defining the type of the LOAD action type

Load

Load: object

Type of the Load action

Type declaration

SEARCH

SEARCH: string

Defining the type of the SEARCH action type

SEARCH_COMPLETE

SEARCH_COMPLETE: string

Defining the type of the SEARCH_COMPLETE action type

SELECT

SELECT: string

Defining the type of the SELECT action type

Search

Search: object

Type of the Search action

Type declaration

SearchComplete

SearchComplete: object

Type of the SearchComplete action

Type declaration

Select

Select: object

Type of the Select action

Type declaration

Object literals

SearchActionNames

SearchActionNames: object

Action name constants

LOAD

LOAD: string = "Load"

Value of the LOAD action type

SEARCH

SEARCH: string = "Search"

Value of the SEARCH action type

SEARCH_COMPLETE

SEARCH_COMPLETE: string = "Search Complete"

Value of the SEARCH_COMPLETE action type

SELECT

SELECT: string = "Select"

Value of the SELECT action type

Generated using TypeDoc