W3cubDocs

/Haxe JavaScript

Number

package js.html.svg

Available on js

The SVGNumber interface corresponds to the number basic data type.

Documentation SVGNumber by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

value:Float

A float representing the number. Note: If the SVGNumber is read-only, a DOMException with the code NO_MODIFICATION_ALLOWED_ERR is raised on an attempt to change the value.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/Number.html