SVGImageElement: href-Eigenschaft

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

Die href-Eigenschaft, die nur gelesen werden kann, des SVGImageElement-Interfaces spiegelt das href- oder xlink:href Veraltet -Attribut des gegebenen <image>-Elements wider.

Wert

Ein SVGAnimatedString-Objekt.

Beispiele

Zugriff auf die href-Eigenschaft

js
// Get the SVG image element
const imageElement = document.querySelector("image");

// Access the href property
const href = imageElement.href.baseVal;

console.log(href); // Output: The href value

Spezifikationen

Specification
Scalable Vector Graphics (SVG) 2
# __svg__SVGURIReference__href

Browser-Kompatibilität

BCD tables only load in the browser