Buffer
Completion
Option
constructor
fuse
Keys
html
is
Alternative
value
state
Buffer
Completion
Source
Hierarchy
CompletionOptionHTML
BufferCompletionOption
Implements
CompletionOptionFuse
Index
Constructors
constructor
Properties
fuse
Keys
html
is
Alternative
value
Accessors
state
Constructors
constructor
new
Buffer
Completion
Option
(
value
:
string
, tab
:
browser.tabs.Tab
, isAlternative
?:
boolean
, container
:
browser.contextualIdentities.ContextualIdentity
)
:
BufferCompletionOption
Parameters
value:
string
tab:
browser.tabs.Tab
Default value
isAlternative:
boolean
= false
container:
browser.contextualIdentities.ContextualIdentity
Returns
BufferCompletionOption
Properties
fuseKeys
fuseKeys
:
any
[]
= []
html
html
:
HTMLElement
isAlternative
isAlternative
:
boolean
value
value
:
string
Accessors
state
get
state
(
)
:
"normal"
|
"focused"
|
"hidden"
set
state
(
newstate
:
OptionState
)
:
void
Control presentation of element
Returns
"normal"
|
"focused"
|
"hidden"
Control presentation of element
Parameters
newstate:
OptionState
Returns
void
Control presentation of element