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.
(set-target! this val)
Property.
The SVGAElement.target read-only property of svg.SVGAElement
an 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 `svg.SVGAElement` an `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 svg.SVGAElement
an 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 `svg.SVGAElement` an `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