Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
JSONEditorHistory
Class JSONEditorHistory
Index
Constructor methods
constructor
Methods
add
canRedo
canUndo
clear
onChange
redo
undo
Constructor methods
constructor
(
editor
:
JSONEditor
)
:
JSONEditorHistory
Parameters
editor:
JSONEditor
Returns
JSONEditorHistory
Methods
public
add
(
action
:
string
, params
:
Object
)
:
any
Parameters
action:
string
params:
Object
Returns
any
public
canRedo
(
)
:
boolean
Returns
boolean
public
canUndo
(
)
:
boolean
Returns
boolean
public
clear
(
)
public
onChange
(
)
public
redo
(
)
public
undo
(
)
Globals