ariaFlowToElements property

Iterable<Element> ariaFlowToElements

Implementation

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

Implementation

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