kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-tabulator
/
io.kvision.tabulator.js
/
Tabulator
/
OptionsHistory
Options
History
interface
OptionsHistory
(
source
)
Inheritors
Options
Members
Properties
history
Link copied to clipboard
open
var
history
:
Boolean
?
history
Redo
Link copied to clipboard
open
var
historyRedo
:
(
action
:
String
?
,
dynamic
,
data
:
Any
)
->
Unit
?
history
Undo
Link copied to clipboard
open
var
historyUndo
:
(
action
:
String
?
,
dynamic
,
data
:
Any
)
->
Unit
?