Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
toggle menu
Kotlin libraries
1.7
2.0
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
switch theme
search in API
kotlin-stdlib
/
org.w3c.dom.svg
/
SVGPointList
SVGPoint
List
JS
abstract
external
class
SVGPointList
(
source
)
Since Kotlin
1.1
Members
Members & Extensions
Constructors
SVGPoint
List
Link copied to clipboard
JS
constructor
(
)
Properties
length
Link copied to clipboard
JS
open
val
length
:
Int
Since Kotlin
1.1
number
Of
Items
Link copied to clipboard
JS
open
val
numberOfItems
:
Int
Since Kotlin
1.1
Functions
append
Item
Link copied to clipboard
JS
fun
appendItem
(
newItem
:
DOMPoint
)
:
DOMPoint
Since Kotlin
1.1
clear
Link copied to clipboard
JS
fun
clear
(
)
Since Kotlin
1.1
get
Link copied to clipboard
JS
inline operator
fun
SVGPointList
.
get
(
index
:
Int
)
:
DOMPoint
?
Since Kotlin
1.1
get
Item
Link copied to clipboard
JS
fun
getItem
(
index
:
Int
)
:
DOMPoint
Since Kotlin
1.1
initialize
Link copied to clipboard
JS
fun
initialize
(
newItem
:
DOMPoint
)
:
DOMPoint
Since Kotlin
1.1
insert
Item
Before
Link copied to clipboard
JS
fun
insertItemBefore
(
newItem
:
DOMPoint
,
index
:
Int
)
:
DOMPoint
Since Kotlin
1.1
remove
Item
Link copied to clipboard
JS
fun
removeItem
(
index
:
Int
)
:
DOMPoint
Since Kotlin
1.1
replace
Item
Link copied to clipboard
JS
fun
replaceItem
(
newItem
:
DOMPoint
,
index
:
Int
)
:
DOMPoint
Since Kotlin
1.1
set
Link copied to clipboard
JS
inline operator
fun
SVGPointList
.
set
(
index
:
Int
,
newItem
:
DOMPoint
)
Since Kotlin
1.1
Thanks for your feedback!
Was this page helpful?
Yes
No
How can we improve?
Enter your name and email address if you would like to receive a follow-up message or
contact our support
.
By submitting this form, I agree that JetBrains s.r.o. ("JetBrains") may use my name, email address, phone number, and country of residence to provide support. I agree that JetBrains may process said data using
third-party services
for this purpose in accordance with the
JetBrains Privacy Policy
.