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