files/en-us/mozilla/add-ons/webextensions/api/omnibox/suggestresult/index.md
The omnibox.SuggestResult type defines a suggestion that the extension can add to the address bar's drop-down list.
The extension's {{WebExtAPIRef("omnibox.onInputChanged")}} event listener is passed a callback. To populate the address bar's drop-down list in response to the user's input, the extension can pass an array of omnibox.SuggestResult objects into this callback.
Values of this type are objects. They have the following properties:
content
deletable
description
{{Compat}}
[!NOTE] This API is based on Chromium's
chrome.omniboxAPI.