Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FilterConfig

A config containing properties for filters

Hierarchy

  • FilterConfig

Index

Properties

Optional appliedFilters

appliedFilters: Filter[]

A list of the currently applied filters

Optional disabled

disabled: boolean

A flag indicating the component is disabled

fields

fields: FilterField[]

A list of filterable fields

Optional resultsCount

resultsCount: number

The number of results returned after the current applied filters have been applied

Optional selectedCount

selectedCount: number

The number selected items

Optional showSaveFilter

showSaveFilter: boolean

Show the control to save the currently applied filter

Optional tooltipPlacement

tooltipPlacement: string

The tooltip placement (e.g., bottom, left, top, right)

Optional totalCount

totalCount: number

The total number of items before any filters have been applied

Generated using TypeDoc