FilterProps
Props for the Filter component.
Properties
className?
optionalclassName:string
Class name for the filter container
disabled?
optionaldisabled:boolean
Whether the filter should be disabled
onChange?
optionalonChange:VoidFuncNoParam
Event handler called when any filter interaction occurs
onStateChange()
onStateChange: (
v) =>void
Event handler called when the filter state changes
Parameters
v
Returns
void
orientation?
optionalorientation:FilterListOrientation
Position of the filter in the filter list
parentContextName?
optionalparentContextName:string
Name of the parent component context, used for generating element Ids
propertyMeta
propertyMeta:
PropertyMeta
Metadata of the property to filter
ref?
optionalref:Ref<FilterComponent>
Ref for accessing filter component methods
resetCounter?
optionalresetCounter:number
Counter that triggers reset of input visibility
state
state:
BaseODataFilter
Current state of the filter
type?
optionaltype:FilterType
Visual type of the filter