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