ariaOwnsElements property

Iterable<Element> ariaOwnsElements

Implementation

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

Implementation

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