Graphora API
Preparing search index...
@graphora/interactions
KeyboardInput
Interface KeyboardInput
Adapters determine editability, including ancestors, shadow DOM and app editors.
interface
KeyboardInput
{
altKey
?:
boolean
;
ctrlKey
?:
boolean
;
defaultPrevented
?:
boolean
;
editable
?:
boolean
;
isComposing
?:
boolean
;
key
:
string
;
metaKey
?:
boolean
;
shiftKey
?:
boolean
;
}
Index
Properties
alt
Key?
ctrl
Key?
default
Prevented?
editable?
is
Composing?
key
meta
Key?
shift
Key?
Properties
Optional
Readonly
alt
Key
altKey
?:
boolean
Optional
Readonly
ctrl
Key
ctrlKey
?:
boolean
Optional
Readonly
default
Prevented
defaultPrevented
?:
boolean
Optional
Readonly
editable
editable
?:
boolean
Optional
Readonly
is
Composing
isComposing
?:
boolean
Readonly
key
key
:
string
Optional
Readonly
meta
Key
metaKey
?:
boolean
Optional
Readonly
shift
Key
shiftKey
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alt
Key
ctrl
Key
default
Prevented
editable
is
Composing
key
meta
Key
shift
Key
Graphora API
Loading...
Adapters determine editability, including ancestors, shadow DOM and app editors.