Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchAutocompleteOption<T>

Represents one item in a search autocomplete category options list.

Type Parameters

  • T

Hierarchy

  • SearchAutocompleteOption

Implemented by

Index

Properties

Properties

icon?: string

The Material design icon that should be displayed next to the option. No icon will be displayed if no icon is provided.

See material website for supported icon list.

text: string

Text that is displayed to the user

value: T

Value of the option, that is used to generate the queries.

Generated using TypeDoc