Highcharts Dashboards
Preparing search index...
Data/DataTable
CellEvent
Interface CellEvent
Event object for cell-related events.
interface
CellEvent
{
cellValue
:
CellType
;
columnId
:
string
;
detail
?:
DataEventDetail
;
rowIndex
:
number
;
type
:
"setCell"
|
"afterSetCell"
;
}
Hierarchy
DataEvent
CellEvent
Index
Properties
cell
Value
column
Id
detail?
row
Index
type
Properties
Readonly
cell
Value
cellValue
:
CellType
Readonly
column
Id
columnId
:
string
Optional
detail
detail
?:
DataEventDetail
Additional event detail
Readonly
row
Index
rowIndex
:
number
Readonly
type
type
:
"setCell"
|
"afterSetCell"
The event type
Settings
Theme
OS
Light
Dark
On This Page
Properties
cell
Value
column
Id
detail
row
Index
type
Highcharts Dashboards
Loading...
Event object for cell-related events.