Interface IPopulateOmniboxSuggestionsEventArgs

The IPopulateOmniboxSuggestionsEventArgs interface describes the object that all populateOmniboxSuggestions event handlers receive as an argument.

Index

Properties

Properties

omnibox

omnibox: Omnibox

The Omnibox component instance.

suggestions

suggestions: Array<Suggestion[] | Promise<Suggestion[]>>

The list of resolved query completion suggestions, and/or query completion suggestion promises.

Hierarchy

  • IPopulateOmniboxSuggestionsEventArgs