Hierarchy

  • CustomFilterProps

Properties

active?: boolean

Wether or not the filter is active (default: false)

onError?: (() => void)

Type declaration

    • (): void
    • Callback triggered when validation fails

      Returns void

onSelect: ((value, stringValue?) => void)

Type declaration

    • (value, stringValue?): void
    • Callback triggered when a new filter value is selected

      Parameters

      • value: unknown
      • Optional stringValue: string

        if set, this value is used when displaying the filter value to the user

      Returns void

onValidate?: ((currentValue) => FilterValidationResult)

Type declaration

value?: unknown

Current Value of the filter

Generated using TypeDoc