ariaHasPopup property

String? get ariaHasPopup

Implementation

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

Implementation

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