HTMLHyperlinkElementUtils

Properties

Link copied to clipboard
open var href: String

The href property of the HTMLAnchorElement interface is a stringifier that returns the absolute URL corresponding to the element's href attribute (or an empty string if href is unset). Setting this property updates the element's href attribute to the provided value.

Link copied to clipboard

The target property of the HTMLAnchorElement interface is a string that indicates where to display the linked resource.