SearchDropdownProps: The properties passed to the SearchDropdown component.

Param

: The name of the property associated with the search dropdown.

Param

The name of the property associated with the search dropdown.

Param

A function that is called when the search dropdown is toggled.;

Hierarchy

  • SearchDropdownProps

Properties

handleToggle: ((property) => void)

Type declaration

    • (property): void
    • Parameters

      • property: string

      Returns void

inputValues: Record<string, undefined | string>
property: string

Generated using TypeDoc