Graphora API
Preparing search index...
@graphora/interactions
KeyboardShortcut
Interface KeyboardShortcut
interface
KeyboardShortcut
{
altKey
?:
boolean
;
command
:
string
;
ctrlKey
?:
boolean
;
key
:
string
;
metaKey
?:
boolean
;
preventDefault
?:
boolean
;
shiftKey
?:
boolean
;
}
Index
Properties
alt
Key?
command
ctrl
Key?
key
meta
Key?
prevent
Default?
shift
Key?
Properties
Optional
Readonly
alt
Key
altKey
?:
boolean
Readonly
command
command
:
string
Optional
Readonly
ctrl
Key
ctrlKey
?:
boolean
Readonly
key
key
:
string
Optional
Readonly
meta
Key
metaKey
?:
boolean
Optional
Readonly
prevent
Default
preventDefault
?:
boolean
Optional
Readonly
shift
Key
shiftKey
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alt
Key
command
ctrl
Key
key
meta
Key
prevent
Default
shift
Key
Graphora API
Loading...