toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom.svg
/
SVGLengthList
SVGLength
List
abstract
class
SVGLengthList
:
JsAny
Exposes the JavaScript
SVGLengthList
to Kotlin
Members
Constructors
SVGLength
List
Link copied to clipboard
constructor
(
)
Properties
length
Link copied to clipboard
open
val
length
:
Int
number
Of
Items
Link copied to clipboard
open
val
numberOfItems
:
Int
Functions
append
Item
Link copied to clipboard
fun
appendItem
(
newItem
:
SVGLength
)
:
SVGLength
clear
Link copied to clipboard
fun
clear
(
)
get
Item
Link copied to clipboard
fun
getItem
(
index
:
Int
)
:
SVGLength
initialize
Link copied to clipboard
fun
initialize
(
newItem
:
SVGLength
)
:
SVGLength
insert
Item
Before
Link copied to clipboard
fun
insertItemBefore
(
newItem
:
SVGLength
,
index
:
Int
)
:
SVGLength
remove
Item
Link copied to clipboard
fun
removeItem
(
index
:
Int
)
:
SVGLength
replace
Item
Link copied to clipboard
fun
replaceItem
(
newItem
:
SVGLength
,
index
:
Int
)
:
SVGLength