ariaKeyShortcuts property
String?
get
ariaKeyShortcuts
Implementation
String? get ariaKeyShortcuts => js_util.getProperty(this, 'ariaKeyShortcuts');
set
ariaKeyShortcuts
(String? newValue)
Implementation
set ariaKeyShortcuts(String? newValue) {
js_util.setProperty(this, 'ariaKeyShortcuts', newValue);
}