Liking cljdoc? Tell your friends :D
ClojureScript only.

web.svg.SVGNumber

The SVGNumber interface corresponds to the <number> basic data

The SVGNumber interface corresponds to the `<number>` basic data
raw docstring

set-value!cljs

(set-value! this val)

Property.

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

Property.

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

valuecljs

(value this)

Property.

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

Property.

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close