Axinom Mosaic Libraries
    Preparing search index...

    Function Filters

    • Renders filter components depending on the options specified in params FreeTextFilter and OptionsFilter are inbuilt filter types and its possible to pass custom filters with filter type of CustomFilter

      Type Parameters

      Parameters

      • array: PropsWithChildren<FiltersProps<T>>

        filters: Array of FilterControl elements to define all the filters

      Returns Element

      object - filters: Object of currently active filters

      <Filter filters={[freeTextFilter, optionsFilter, customFilter]} onFiltersChange={callBackFn} />