ariaLabelledByElements property

Iterable<Element> ariaLabelledByElements

Implementation

Iterable<Element> get ariaLabelledByElements =>
    js_util.getProperty(this, 'ariaLabelledByElements');
void ariaLabelledByElements=(Iterable<Element> newValue)

Implementation

set ariaLabelledByElements(Iterable<Element> newValue) {
  js_util.setProperty(this, 'ariaLabelledByElements', newValue);
}