Search
DiagramView.modifierKeyActions Property
See Also
 





Gets an object that allows changing the function of keyboard modifier keys such as Ctrl and Alt.

Namespace: MindFusion.Diagramming
Package: DiagramView.js

 Syntax

JavaScript  Copy Code

get modifierKeyActions() {}

 Property Value

ModifierKeyActions

An instance of the ModifierKeyActions class.

 See Also