Back to Content

SVGAElement: search property

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

latest434 B
Original Source

{{APIRef("SVG")}}

The search property of the {{domxref("SVGAElement")}} interface returns a string representing the URL's query string, if any, including the leading question mark (?).

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

Value

A string.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • SVG <a> element