Files
kiss-firefox/template/externs/webextension_polyfill/omnibox/DefaultSuggestResult.hx
2025-02-02 18:08:09 -06:00

11 lines
189 B
Haxe

package webextension_polyfill.omnibox;
/**
A suggest result.
**/
typedef DefaultSuggestResult = {
/**
The text that is displayed in the URL dropdown.
**/
var description : String;
};