Hierarchy

  • SearchbarProps

Properties

label?: string

The label text of the searchbar.

setSearchQuery?: ((query) => void)

Type declaration

    • (query): void
    • The function to set the query that should be searched for.

      Parameters

      • query: string

      Returns void

timeout?: number

The timeout in milliseconds to wait before searching.

Generated using TypeDoc