IFilter interface

Provides information about the state of the filters applied to the ListView.

Properties

fieldName

Field name to filter on.

values

Values to filter on.

Property Details

fieldName

Field name to filter on.

readonly fieldName: string;

Property Value

string

values

Values to filter on.

values: ReadonlyArray<string>;

Property Value

ReadonlyArray<string>