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

8 lines
359 B
Haxe

package webextension_polyfill.omnibox;
/**
The window disposition for the omnibox query. This is the recommended context to display results. For example,
if the omnibox command is to navigate to a certain URL, a disposition of 'newForegroundTab' means the navigation should
take place in a new selected tab.
**/
typedef OnInputEnteredDisposition = String;