AElement
package js.html.svg
extends GraphicsElement › Element › DOMElement › Node › EventTarget
Available on js
The SVGAElement
interface provides access to the properties of a
element, as well as methods to manipulate them.
Documentation SVGAElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
download:String
See HTMLAnchorElement.download
.
read onlyhref:AnimatedString
See HTMLAnchorElement.href
.
hreflang:String
Is a DOMString
that reflects the hreflang
attribute, indicating the language of the linked resource.
ping:String
Is a DOMString
that reflects the ping attribute, containing a space-separated list of URLs to which, when the hyperlink is followed, POST
requests with the body PING
will be sent by the browser (in the background). Typically used for tracking.
referrerPolicy:String
See HTMLAnchorElement.referrerPolicy
.
rel:String
See HTMLAnchorElement.rel
.
read onlyrelList:DOMTokenList
See HTMLAnchorElement.relList
.
read onlytarget:AnimatedString
It corresponds to the target
attribute of the given element.
text:String
Is a DOMString
being a synonym for the Node.textContent
property.
type:String
Is a DOMString
that reflects the type
attribute, indicating the MIME type of the linked resource.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/AElement.html