BooleanFilterProps
The props of the BooleanFilter component.
Name | Type | Default | Description |
---|---|---|---|
ariaLabel? |
|
The accessible label of the component. | |
dataItems? |
|
A collection of text-value pairs passed to the BooleanFilter DropDownList. Defaults to [ { text: 'True', value: true }, { text: 'False', value: false } ] | |
defaultItem? |
|
The defaultItem passed to the BooleanFilter DropDownList. | |
filter |
|
The FilterDescriptor object which will be edited. | |
onFilterchange? |
|
The FilterChange event, triggered while editing the FilterOperator. |