Preparing search index...
The search index is not available
Octra libraries - v2.0.0
Octra libraries
@octra/web-media
Shortcut
InterfaceShortcut
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