Highcharts Dashboards
Preparing search index...
Data/DataTable
CloneEvent
Interface CloneEvent
Event object for clone-related events.
interface
CloneEvent
{
detail
?:
DataEventDetail
;
tableClone
?:
DataTable
;
type
:
"cloneTable"
|
"afterCloneTable"
;
}
Hierarchy
DataEvent
CloneEvent
Index
Properties
detail?
table
Clone?
type
Properties
Optional
detail
detail
?:
DataEventDetail
Additional event detail
Optional
Readonly
table
Clone
tableClone
?:
DataTable
Readonly
type
type
:
"cloneTable"
|
"afterCloneTable"
The event type
Settings
Theme
OS
Light
Dark
On This Page
Properties
detail
table
Clone
type
Highcharts Dashboards
Loading...
Event object for clone-related events.