Liking cljdoc? Tell your friends :D
ClojureScript only.

web.svg.SVGCursorElement

The SVGCursorElement interface provides access to the properties <cursor> elements, as well as methods to manipulate them.

The SVGCursorElement interface provides access to the properties
`<cursor>` elements, as well as methods to manipulate them.
raw docstring

set-x!cljs

(set-x! this val)

Property.

An SVGAnimatedLength corresponding to the x attribute of the <cursor> element.

Property.

An SVGAnimatedLength corresponding to the x attribute of the
<cursor> element.
sourceraw docstring

set-y!cljs

(set-y! this val)

Property.

An SVGAnimatedLength corresponding to the y attribute of the <cursor> element.

Property.

An SVGAnimatedLength corresponding to the y attribute of the
<cursor> element.
sourceraw docstring

xcljs

(x this)

Property.

An SVGAnimatedLength corresponding to the x attribute of the <cursor> element.

Property.

An SVGAnimatedLength corresponding to the x attribute of the
<cursor> element.
sourceraw docstring

ycljs

(y this)

Property.

An SVGAnimatedLength corresponding to the y attribute of the <cursor> element.

Property.

An SVGAnimatedLength corresponding to the y attribute of the
<cursor> element.
sourceraw docstring

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

× close