Website
Live demos
Guides
Source
Preparing search index...
The search index is not available
OpenAlgo Charts API - v2.3.2
OpenAlgo Charts API
draw
ShortcutEvent
Interface ShortcutEvent
Keyboard event fields a shortcut is matched against.
interface
ShortcutEvent
{
altKey
?:
boolean
;
ctrlKey
?:
boolean
;
key
:
string
;
metaKey
?:
boolean
;
shiftKey
?:
boolean
;
}
Index
Properties
alt
Key?
ctrl
Key?
key
meta
Key?
shift
Key?
Properties
Optional
alt
Key
altKey
?:
boolean
Optional
ctrl
Key
ctrlKey
?:
boolean
key
key
:
string
Optional
meta
Key
metaKey
?:
boolean
Optional
shift
Key
shiftKey
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alt
Key
ctrl
Key
key
meta
Key
shift
Key
Website
Live demos
Guides
Source
OpenAlgo Charts API - v2.3.2
Loading...
Keyboard event fields a shortcut is matched against.