The IPopulateOmniboxSuggestionsEventArgs interface describes the object that all populateOmniboxSuggestions event handlers receive as an argument.
IPopulateOmniboxSuggestionsEventArgs
populateOmniboxSuggestions
The Omnibox component instance.
Omnibox
The list of resolved query completion suggestions, and/or query completion suggestion promises.
The
IPopulateOmniboxSuggestionsEventArgs
interface describes the object that allpopulateOmniboxSuggestions
event handlers receive as an argument.