ariaKeyShortcuts property

String? ariaKeyShortcuts

Implementation

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

Implementation

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