tBodies property

Retrieves a collection of all tBody objects in the table. Objects in this collection are in source order.

MDN Reference

Implementation

_i3.HTMLCollectionOf<_i3.HTMLTableSectionElement> get tBodies =>
    _i4.getProperty(
      this,
      'tBodies',
    );