kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom.svg
/
SVGNumberList
SVGNumber
List
JS
abstract
external
class
SVGNumberList
Exposes the JavaScript
SVGNumberList
to Kotlin
Constructors
Functions
Properties
Extensions
Constructors
SVGNumber
List
Link copied to clipboard
JS
fun
SVGNumberList
(
)
Functions
append
Item
Link copied to clipboard
JS
fun
appendItem
(
newItem
:
SVGNumber
)
:
SVGNumber
clear
Link copied to clipboard
JS
fun
clear
(
)
get
Item
Link copied to clipboard
JS
fun
getItem
(
index
:
Int
)
:
SVGNumber
initialize
Link copied to clipboard
JS
fun
initialize
(
newItem
:
SVGNumber
)
:
SVGNumber
insert
Item
Before
Link copied to clipboard
JS
fun
insertItemBefore
(
newItem
:
SVGNumber
,
index
:
Int
)
:
SVGNumber
remove
Item
Link copied to clipboard
JS
fun
removeItem
(
index
:
Int
)
:
SVGNumber
replace
Item
Link copied to clipboard
JS
fun
replaceItem
(
newItem
:
SVGNumber
,
index
:
Int
)
:
SVGNumber
Properties
length
Link copied to clipboard
JS
open
val
length
:
Int
number
Of
Items
Link copied to clipboard
JS
open
val
numberOfItems
:
Int
Extensions
get
Link copied to clipboard
JS
inline operator
fun
SVGNumberList
.
get
(
index
:
Int
)
:
SVGNumber
?
set
Link copied to clipboard
JS
inline operator
fun
SVGNumberList
.
set
(
index
:
Int
,
newItem
:
SVGNumber
)