SVGLengthList class

The SVGLengthList defines a list of SVGLength objects.

MDN Reference

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

SVGLengthList.new()
factory

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
hashCode int
The hash code for this object.
no setterinherited
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
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