ariaHasPopup property

String? ariaHasPopup

Implementation

String? get ariaHasPopup => js_util.getProperty(this, 'ariaHasPopup');
void ariaHasPopup=(String? newValue)

Implementation

set ariaHasPopup(String? newValue) {
  js_util.setProperty(this, 'ariaHasPopup', newValue);
}