Options
All
  • Public
  • Public/Protected
  • All
Menu

The interface for a {link @FilterControlItemInfo} object item.

Type parameters

  • T

Hierarchy

  • FilterControlItemInfo

Index

Properties

filterData

filterData: string[]

The string field values associated with the Filterable Item to apply the filter query against.

Optional filterQuery

filterQuery: string

The query currently applied against the filter data.

item

item: T

The item that this {link @FilterableItemInfo} object represents.

Optional queryMatched

queryMatched: boolean

A boolean indicating whether the current query matches the supplied filter data. This will be true by default when the filterQuery is not defined or null.