Skip to content

Props

PropertyTypeRequiredDescription
valuestringNoThe current filter expression value
placeholderstringNoPlaceholder text shown when input is empty
errorMessagestringNoCustom error message to display under the input
onValueChange(params: FiltersOnValueChangeParams) => voidNoCallback fired when the filter value changes. value in params is always present, output will be null when the filter is invalid
variableCompletionsFn(search: string) => string[]NoFunction to provide variable name suggestions based on search input
valueCompletionsFn(search: string, variable: string) => string[]NoFunction to provide value suggestions for a specific variable
variablesRecord<string, ValueType>NoObject mapping variable names to their types (e.g., integer, float, string, boolean)