Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "dck/selectors"

Index

Object literals

Object literals

Const dckSelectors

dckSelectors: object

getCurrentPage

getCurrentPage: function

Type declaration

    • (state: IState, itemType: string): any
    • Parameters

      • state: IState
      • itemType: string

      Returns any

getFilter

getFilter: function

Type declaration

    • (state: IState, itemType: string, field: string): any
    • Parameters

      • state: IState
      • itemType: string
      • field: string

      Returns any

getFilters

getFilters: function

Type declaration

    • (state: IState, itemType: string): any[]
    • Parameters

      • state: IState
      • itemType: string

      Returns any[]

getItem

getItem: function

Type declaration

    • (state: IState, itemType: string, id: string): any
    • Parameters

      • state: IState
      • itemType: string
      • id: string

      Returns any

getItemProp

getItemProp: function

Type declaration

    • (state: IState, itemType: string, field: string): any
    • Parameters

      • state: IState
      • itemType: string
      • field: string

      Returns any

getItems

getItems: function

Type declaration

    • (state: IState, itemType: string): any[]
    • Parameters

      • state: IState
      • itemType: string

      Returns any[]

getOptedItem

getOptedItem: function

Type declaration

    • (state: IState, itemType: string): any
    • Parameters

      • state: IState
      • itemType: string

      Returns any

getOptedItemId

getOptedItemId: function

Type declaration

    • (state: IState, itemType: string): any
    • Parameters

      • state: IState
      • itemType: string

      Returns any

getPageSize

getPageSize: function

Type declaration

    • (state: IState, itemType: string): any
    • Parameters

      • state: IState
      • itemType: string

      Returns any

getProcess

getProcess: function

Type declaration

getProcessResponse

getProcessResponse: function

Type declaration

    • (state: IState, itemType: string, process: string): any
    • Parameters

      • state: IState
      • itemType: string
      • process: string

      Returns any

getSelectedItemIds

getSelectedItemIds: getSelectedItemIds

getSelectedItems

getSelectedItems: getSelectedItems

getSortField

getSortField: function

Type declaration

    • (state: IState, itemType: string, field: string): any
    • Parameters

      • state: IState
      • itemType: string
      • field: string

      Returns any

getSortFields

getSortFields: function

Type declaration

    • (state: IState, itemType: string): any[]
    • Parameters

      • state: IState
      • itemType: string

      Returns any[]

getTotalItems

getTotalItems: function

Type declaration

    • (state: IState, itemType: string): any
    • Parameters

      • state: IState
      • itemType: string

      Returns any

getTotalPages

getTotalPages: function

Type declaration

    • (state: IState, itemType: string): any
    • Parameters

      • state: IState
      • itemType: string

      Returns any

isItemSelected

isItemSelected: isItemSelected

isProcessFailed

isProcessFailed: function

Type declaration

    • (state: IState, itemType: string, process: string): boolean
    • Parameters

      • state: IState
      • itemType: string
      • process: string

      Returns boolean

isProcessFinished

isProcessFinished: function

Type declaration

    • (state: IState, itemType: string, process: string): boolean
    • Parameters

      • state: IState
      • itemType: string
      • process: string

      Returns boolean

isProcessRunning

isProcessRunning: function

Type declaration

    • (state: IState, itemType: string, process: string): boolean
    • Parameters

      • state: IState
      • itemType: string
      • process: string

      Returns boolean

isProcessSucceed

isProcessSucceed: function

Type declaration

    • (state: IState, itemType: string, process: string): boolean
    • Parameters

      • state: IState
      • itemType: string
      • process: string

      Returns boolean

Made by Horyus. Documentation generated by TypeDoc.