ModifierKeys
@elastic/charts • Exports
@elastic/charts / ModifierKeys
Type alias: ModifierKeys
ModifierKeys:
"shiftKey"|"ctrlKey"|"altKey"|"metaKey"
Represents the available modifier keys (e.g., Shift, Control, Alt, Meta).
These keys correspond to the MouseEvent instance properties shiftKey, ctrlKey, altKey and metaKey.
For more details, see: https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent#instance_properties
Source
packages/charts/src/utils/keys.ts:16
Generated using typedoc-plugin-markdown and TypeDoc