Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFilterBoxProps

The class name added to the filebrowser crumbs node.

Hierarchy

  • IFilterBoxProps

Index

Properties

Optional forceRefresh

forceRefresh: boolean

Whether to force a refresh.

Optional placeholder

placeholder: string

Optional placeholder for the search box.

updateFilter

updateFilter: (filterFn: (item: string) => boolean) => void

Type declaration

    • (filterFn: (item: string) => boolean): void
    • A function to callback when filter is updated.

      Parameters

      • filterFn: (item: string) => boolean
          • (item: string): boolean
          • Parameters

            • item: string

            Returns boolean

      Returns void

useFuzzyFilter

useFuzzyFilter: boolean

Whether to use the fuzzy filter.

Generated using TypeDoc