elements property

HTMLCollection elements

Returns an HTMLCollection of the form controls in the element.

MDN Reference

Implementation

_i3.HTMLCollection get elements => _i4.getProperty(
      this,
      'elements',
    );