Back to Content

SVGAElement: port property

files/en-us/web/api/svgaelement/port/index.md

latest397 B
Original Source

{{APIRef("SVG")}}

The port property of the {{domxref("SVGAElement")}} interface returns a string representing the port component, if any, of the referenced URL.

This property can be set, to change the URL's port.

Value

A string.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • SVG <a> element