Help Pages
Commands
Settings
Tutorial
Editor Functions
Command-Line Functions
Hint Mode Commands
Wiki
On This Page
Type Aliases
Content
State
Changed
Callback
Content
State
Property
Mode
Name
Variables
content
State
Functions
add
Content
State
Changed
Listener
Classes
PrevInput
Type Aliases
ContentStateChangedCallback
ContentStateProperty
ModeName
Variables
contentState
Functions
addContentStateChangedListener
Type Aliases
Content
State
Changed
Callback
ContentStateChangedCallback
:
(
property
:
ContentStateProperty
,
oldMode
:
any
,
oldValue
:
any
,
newValue
:
any
,
)
=>
void
Type Declaration
(
property
:
ContentStateProperty
,
oldMode
:
any
,
oldValue
:
any
,
newValue
:
any
,
)
:
void
Parameters
property
:
ContentStateProperty
oldMode
:
any
oldValue
:
any
newValue
:
any
Returns
void
Content
State
Property
ContentStateProperty
:
"mode"
|
"cmdHistory"
|
"prevInputs"
|
"suffix"
|
"group"
Mode
Name
ModeName
:
|
"normal"
|
"insert"
|
"hint"
|
"ignore"
|
"gobble"
|
"input"
|
"visual"
|
"nmode"
Variables
Const
content
State
contentState
:
ContentState
= ...
Functions
add
Content
State
Changed
Listener
addContentStateChangedListener
(
callback
:
ContentStateChangedCallback
)
:
void
Parameters
callback
:
ContentStateChangedCallback
Returns
void