Find
Completion
Option
constructor
fuse
Keys
html
value
state
Find
Completion
Source
Hierarchy
CompletionOptionHTML
FindCompletionOption
Implements
CompletionOptionFuse
Index
Constructors
constructor
Properties
fuse
Keys
html
value
Accessors
state
Constructors
constructor
new
Find
Completion
Option
(
m
:
any
, reverse
?:
boolean
)
:
FindCompletionOption
Parameters
m:
any
Default value
reverse:
boolean
= false
Returns
FindCompletionOption
Properties
fuse
Keys
fuse
Keys
:
any
[]
= []
html
html
:
HTMLElement
value
value
:
any
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