Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.assembly
/
Table
Table
open
class
Table
(
descriptor
:
TableDescriptor
,
value
:
JsAny
?
=
definedExternally
)
(
source
)
MDN Reference
Members
Constructors
Table
Link copied to clipboard
constructor
(
descriptor
:
TableDescriptor
,
value
:
JsAny
?
=
definedExternally
)
Properties
length
Link copied to clipboard
val
length
:
Int
MDN Reference
Functions
get
Link copied to clipboard
fun
get
(
index
:
Int
)
:
JsAny
MDN Reference
grow
Link copied to clipboard
fun
grow
(
delta
:
Int
,
value
:
JsAny
?
=
definedExternally
)
:
Int
MDN Reference
set
Link copied to clipboard
fun
set
(
index
:
Int
,
value
:
JsAny
?
=
definedExternally
)
MDN Reference