Settings
Completion
Option
constructor
fuse
Keys
html
value
state
Settings
Completion
Source
Hierarchy
CompletionOptionHTML
SettingsCompletionOption
Implements
CompletionOptionFuse
Index
Constructors
constructor
Properties
fuse
Keys
html
value
Accessors
state
Constructors
constructor
new
Settings
Completion
Option
(
value
:
string
, setting
:
{
doc
:
string
;
name
:
string
;
type
:
string
;
value
:
string
}
)
:
SettingsCompletionOption
Parameters
value:
string
setting:
{
doc
:
string
;
name
:
string
;
type
:
string
;
value
:
string
}
doc
:
string
name
:
string
type
:
string
value
:
string
Returns
SettingsCompletionOption
Properties
fuse
Keys
fuse
Keys
:
any
[]
= []
html
html
:
HTMLElement
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