htmlAnchorElement top-level property

dynamic get htmlAnchorElement

Hyperlink elements and provides special properties and methods (beyond those of the regular HTMLElement object interface that they inherit from) for manipulating the layout and presentation of such elements.

MDN Reference

Implementation

_i2.dynamic get htmlAnchorElement => _i4.getProperty(
      _self,
      'HTMLAnchorElement',
    );