toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.assembly
/
Table
Table
open
external
class
Table
(
descriptor
:
TableDescriptor
,
value
:
Any
?
=
definedExternally
)
(
source
)
MDN Reference
Members
Constructors
Table
Link copied to clipboard
constructor
(
descriptor
:
TableDescriptor
,
value
:
Any
?
=
definedExternally
)
Properties
length
Link copied to clipboard
val
length
:
Int
MDN Reference
Functions
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
Any
MDN Reference
grow
Link copied to clipboard
fun
grow
(
delta
:
Int
,
value
:
Any
?
=
definedExternally
)
:
Int
MDN Reference
set
Link copied to clipboard
fun
set
(
index
:
Int
,
value
:
Any
?
=
definedExternally
)
MDN Reference