Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FilterTextSummaryProps

Hierarchy

Index

Properties

className?: string
filterValue?: string

the current filter value

i18n?: Partial<{ filterTextPlaceholder: string; textSummaryItems: string; textSummaryUniqueItems: string }>
preFilter?: ITextStats

the optional stats containing the unfiltered stats in case of filtering operation applied to the regular one

the stats to render

style?: CSSProperties
summary?: boolean

whether to render it as a summary including labels

Methods

  • placeholder text in the input

    Parameters

    Returns string

  • setFilter(value?: string): void
  • set the filter or null to reset it

    Parameters

    • Optional value: string

    Returns void

Generated using TypeDoc