modifierAltGraph property
bool
get
modifierAltGraph
Implementation
bool get modifierAltGraph => js_util.getProperty(this, 'modifierAltGraph');
set
modifierAltGraph
(bool newValue)
Implementation
set modifierAltGraph(bool newValue) {
js_util.setProperty(this, 'modifierAltGraph', newValue);
}