Liking cljdoc? Tell your friends :D

web.svg.SVGAElement

The SVGAElement interface provides access to the properties of element, as well as methods to manipulate them.

The SVGAElement interface provides access to the properties of
element, as well as methods to manipulate them.
raw docstring

downloadcljs

(download this)

Property.

See HTMLAnchorElement.download.

Property.

See HTMLAnchorElement.download.
sourceraw docstring

set-download!cljs

(set-download! this val)

Property.

See HTMLAnchorElement.download.

Property.

See HTMLAnchorElement.download.
sourceraw docstring

set-target!cljs

(set-target! this val)

Property.

The SVGAElement.target read-only property of web.svg.SVGAElement an web.svg.SVGAnimatedString object that specifies the portion a target window, frame, pane into which a document is to be opened a link is activated.

myLink.target = 'value';

See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAElement/target

Property.

The SVGAElement.target read-only property of `web.svg.SVGAElement`
an `web.svg.SVGAnimatedString` object that specifies the portion
a target window, frame, pane into which a document is to be opened
a link is activated.

`myLink.target = 'value';`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAElement/target`
sourceraw docstring

targetcljs

(target this)

Property.

The SVGAElement.target read-only property of web.svg.SVGAElement an web.svg.SVGAnimatedString object that specifies the portion a target window, frame, pane into which a document is to be opened a link is activated.

myLink.target = 'value';

See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAElement/target

Property.

The SVGAElement.target read-only property of `web.svg.SVGAElement`
an `web.svg.SVGAnimatedString` object that specifies the portion
a target window, frame, pane into which a document is to be opened
a link is activated.

`myLink.target = 'value';`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAElement/target`
sourceraw docstring

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

× close