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.
(download this)
Property.
See HTMLAnchorElement.download.
Property. See HTMLAnchorElement.download.
(set-download! this val)
Property.
See HTMLAnchorElement.download.
Property. See HTMLAnchorElement.download.
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close