ariaOwnsElements property

Iterable<Element> get ariaOwnsElements

Implementation

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

Implementation

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