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.
(href this)
Property.
See HTMLAnchorElement.href.
Property. See HTMLAnchorElement.href.
(hreflang this)
Property.
Is a DOMString that reflects the hreflang attribute, indicating language of the linked resource.
Property. Is a DOMString that reflects the hreflang attribute, indicating language of the linked resource.
(ping this)
Property.
Is a DOMString that reflects the ping attribute, containing a list of URLs to which, when the hyperlink is followed, POST requests the body PING will be sent by the browser (in the background). used for tracking.
Property. Is a DOMString that reflects the ping attribute, containing a list of URLs to which, when the hyperlink is followed, POST requests the body PING will be sent by the browser (in the background). used for tracking.
(referrer-policy this)
Property.
See HTMLAnchorElement.referrerPolicy.
Property. See HTMLAnchorElement.referrerPolicy.
(rel this)
Property.
See HTMLAnchorElement.rel.
Property. See HTMLAnchorElement.rel.
(rel-list this)
Property.
See HTMLAnchorElement.relList.
Property. See HTMLAnchorElement.relList.
(set-download! this val)
Property.
See HTMLAnchorElement.download.
Property. See HTMLAnchorElement.download.
(set-href! this val)
Property.
See HTMLAnchorElement.href.
Property. See HTMLAnchorElement.href.
(set-hreflang! this val)
Property.
Is a DOMString that reflects the hreflang attribute, indicating language of the linked resource.
Property. Is a DOMString that reflects the hreflang attribute, indicating language of the linked resource.
(set-ping! this val)
Property.
Is a DOMString that reflects the ping attribute, containing a list of URLs to which, when the hyperlink is followed, POST requests the body PING will be sent by the browser (in the background). used for tracking.
Property. Is a DOMString that reflects the ping attribute, containing a list of URLs to which, when the hyperlink is followed, POST requests the body PING will be sent by the browser (in the background). used for tracking.
(set-referrer-policy! this val)
Property.
See HTMLAnchorElement.referrerPolicy.
Property. See HTMLAnchorElement.referrerPolicy.
(set-rel! this val)
Property.
See HTMLAnchorElement.rel.
Property. See HTMLAnchorElement.rel.
(set-rel-list! this val)
Property.
See HTMLAnchorElement.relList.
Property. See HTMLAnchorElement.relList.
(set-text! this val)
Property.
Is a DOMString being a synonym for the Node.textContent property.
Property. Is a DOMString being a synonym for the Node.textContent property.
(set-type! this val)
Property.
Is a DOMString that reflects the type attribute, indicating the type of the linked resource.
Property. Is a DOMString that reflects the type attribute, indicating the type of the linked resource.
(target this)
Property.
[Read Only] [Experimental]
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. [Read Only] [Experimental] 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`
(text this)
Property.
Is a DOMString being a synonym for the Node.textContent property.
Property. Is a DOMString being a synonym for the Node.textContent property.
(type this)
Property.
Is a DOMString that reflects the type attribute, indicating the type of the linked resource.
Property. Is a DOMString that reflects the type attribute, indicating the type of the linked resource.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close