Octra libraries - v2.0.0
Preparing search index...
@octra/web-media
Shortcut
Interface Shortcut
shortcut definition
interface
Shortcut
{
callback
?:
(
keyboardEvent
?:
KeyboardEvent
,
shortcut
?:
Shortcut
,
hotkeyEvent
?:
HotkeysEvent
,
shortcutGroup
?:
ShortcutGroup
,
)
=>
void
;
focusonly
?:
boolean
;
keys
:
{
mac
?:
string
;
pc
?:
string
}
;
label
?:
string
;
name
:
string
;
title
:
string
;
}
Index
Properties
callback?
focusonly?
keys
label?
name
title
Properties
Optional
callback
callback
?:
(
keyboardEvent
?:
KeyboardEvent
,
shortcut
?:
Shortcut
,
hotkeyEvent
?:
HotkeysEvent
,
shortcutGroup
?:
ShortcutGroup
,
)
=>
void
Optional
focusonly
focusonly
?:
boolean
keys
keys
:
{
mac
?:
string
;
pc
?:
string
}
Optional
label
label
?:
string
name
name
:
string
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callback
focusonly
keys
label
name
title
Octra libraries - v2.0.0
Loading...
shortcut definition