labels property

NodeList labels

Returns a NodeList of all the label elements that internals's target element is associated with.

MDN Reference

Implementation

_i3.NodeList get labels => _i4.getProperty(
      this,
      'labels',
    );