kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-tabulator
/
dev.kilua.externals
/
CellComponentBase
Cell
Component
Base
interface
CellComponentBase
:
JsAny
(
source
)
JavaScript Tabulator cell component base interface.
Members
Functions
get
Column
Link copied to clipboard
abstract
fun
getColumn
(
)
:
ColumnComponent
get
Data
Link copied to clipboard
abstract
fun
getData
(
)
:
JsAny
get
Element
Link copied to clipboard
abstract
fun
getElement
(
)
:
HTMLElement
get
Row
Link copied to clipboard
abstract
fun
getRow
(
)
:
RowComponent
get
Table
Link copied to clipboard
abstract
fun
getTable
(
)
:
TabulatorJs
get
Type
Link copied to clipboard
abstract
fun
getType
(
)
:
String
get
Value
Link copied to clipboard
abstract
fun
getValue
(
)
:
JsAny
?