SVGPointList$Typings extension
- on
Properties
- appendItem ↔ DOMPoint Function(DOMPoint)
-
Available on SVGPointList, provided by the SVGPointList$Typings extension
getter/setter pair - clear ↔ void Function()
-
Available on SVGPointList, provided by the SVGPointList$Typings extension
getter/setter pair - getItem ↔ DOMPoint Function(num)
-
Available on SVGPointList, provided by the SVGPointList$Typings extension
getter/setter pair - initialize ↔ DOMPoint Function(DOMPoint)
-
Available on SVGPointList, provided by the SVGPointList$Typings extension
getter/setter pair - insertItemBefore ↔ DOMPoint Function(DOMPoint, num)
-
Available on SVGPointList, provided by the SVGPointList$Typings extension
getter/setter pair - length → num
-
Available on SVGPointList, provided by the SVGPointList$Typings extension
MDN Referenceno setter - numberOfItems → num
-
Available on SVGPointList, provided by the SVGPointList$Typings extension
MDN Referenceno setter - removeItem ↔ DOMPoint Function(num)
-
Available on SVGPointList, provided by the SVGPointList$Typings extension
getter/setter pair - replaceItem ↔ DOMPoint Function(DOMPoint, num)
-
Available on SVGPointList, provided by the SVGPointList$Typings extension
getter/setter pair
Operators
-
operator [](
num index) → DOMPoint -
Available on SVGPointList, provided by the SVGPointList$Typings extension
-
operator []=(
num index, DOMPoint value) → void -
Available on SVGPointList, provided by the SVGPointList$Typings extension