anchors property

Retrieves a collection of all a objects that have a name and/or id property. Objects in this collection are in HTML source order.

Implementation

_i3.HTMLCollectionOf<_i3.HTMLAnchorElement> get anchors => _i4.getProperty(
      this,
      'anchors',
    );