The SVGLength interface correspond to the <length> basic data type.
MDN
Annotations
@native()@JSGlobal()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
SVGLength
Object
Any
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
final def==(arg0: Any): Boolean
Definition Classes
AnyRef → Any
valSVG_LENGTHTYPE_CM: Int
valSVG_LENGTHTYPE_EMS: Int
valSVG_LENGTHTYPE_EXS: Int
valSVG_LENGTHTYPE_IN: Int
valSVG_LENGTHTYPE_MM: Int
valSVG_LENGTHTYPE_NUMBER: Int
valSVG_LENGTHTYPE_PC: Int
valSVG_LENGTHTYPE_PERCENTAGE: Int
valSVG_LENGTHTYPE_PT: Int
valSVG_LENGTHTYPE_PX: Int
valSVG_LENGTHTYPE_UNKNOWN: Int
The unit type is not one of predefined unit types.
The unit type is not one of predefined unit types. It is invalid to attempt to define a
new value of this type or to attempt to switch an existing value to this type.
The SVGLength interface correspond to the <length> basic data type.
MDN