Help Pages
Commands
Settings
Tutorial
Editor Functions
Command-Line Functions
Hint Mode Commands
Wiki
On This Page
Properties
fuse
Keys
html
value
Accessors
state
interface
CompletionOptionFuse
{
fuseKeys
:
any
[]
;
html
:
HTMLElement
;
value
:
any
;
get
state
()
:
OptionState
;
set
state
(
newstate
:
OptionState
)
:
void
;
}
Hierarchy
CompletionOptionHTML
CompletionOptionFuse
Implemented by
ExcmdCompletionOption
ThemeCompletionOption
Index
Properties
fuse
Keys
html
value
Accessors
state
Properties
fuse
Keys
fuseKeys
:
any
[]
html
html
:
HTMLElement
value
value
:
any
What to fill into cmdline
Accessors
state
get
state
()
:
OptionState
Control presentation of the option
Returns
OptionState
set
state
(
newstate
:
OptionState
)
:
void
Control presentation of element
Parameters
newstate
:
OptionState
Returns
void
What to fill into cmdline