add firefox extension template
This commit is contained in:
13
externs/webextension_polyfill/urlbar/SearchOptions.hx
Normal file
13
externs/webextension_polyfill/urlbar/SearchOptions.hx
Normal file
@@ -0,0 +1,13 @@
|
||||
package webextension_polyfill.urlbar;
|
||||
|
||||
/**
|
||||
Options to the <code>search</code> function.
|
||||
**/
|
||||
typedef SearchOptions = {
|
||||
/**
|
||||
Whether to focus the input field and select its contents.
|
||||
Optional.
|
||||
**/
|
||||
@:optional
|
||||
var focus : Bool;
|
||||
};
|
Reference in New Issue
Block a user