kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom.svg
/
SVGNameList
SVGName
List
JS
abstract
external
class
SVGNameList
Constructors
Functions
Properties
Extensions
Constructors
SVGName
List
Link copied to clipboard
JS
fun
SVGNameList
(
)
Functions
append
Item
Link copied to clipboard
JS
fun
appendItem
(
newItem
:
dynamic
)
:
dynamic
clear
Link copied to clipboard
JS
fun
clear
(
)
get
Item
Link copied to clipboard
JS
fun
getItem
(
index
:
Int
)
:
dynamic
initialize
Link copied to clipboard
JS
fun
initialize
(
newItem
:
dynamic
)
:
dynamic
insert
Item
Before
Link copied to clipboard
JS
fun
insertItemBefore
(
newItem
:
dynamic
,
index
:
Int
)
:
dynamic
remove
Item
Link copied to clipboard
JS
fun
removeItem
(
index
:
Int
)
:
dynamic
replace
Item
Link copied to clipboard
JS
fun
replaceItem
(
newItem
:
dynamic
,
index
:
Int
)
:
dynamic
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
SVGNameList
.
get
(
index
:
Int
)
:
dynamic
set
Link copied to clipboard
JS
inline operator
fun
SVGNameList
.
set
(
index
:
Int
,
newItem
:
dynamic
)