Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "sorting/selectors"

Index

Type aliases

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[]

getSortingState

getSortingState: function

Type declaration

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

      • state: IState
      • itemType: string

      Returns any

Variables

Const _getSortingState

_getSortingState: any = getDckState('sorting')

Const getSortField

getSortField: getSortField = createSelector([getSortingState, get3rdParam],getIndexedItem)

Const getSortFields

getSortFields: getSortFields = createSelector(getSortingState,sortingState => sortingState.items)

Const getSortingState

getSortingState: getSortingState = createSelector(_getSortingState,sortingState => sortingState)

Made by Horyus. Documentation generated by TypeDoc.