@umbraco-cms/backoffice
Preparing search index...
packages/core/shortcut
UmbShortcut
Interface UmbShortcut
interface
UmbShortcut
{
action
:
()
=>
void
|
Promise
<
void
>
;
alt
:
boolean
;
key
:
string
;
label
?:
string
;
modifier
:
boolean
;
shift
:
boolean
;
unique
:
string
|
symbol
;
weight
?:
number
;
}
Index
Properties
action
alt
key
label?
modifier
shift
unique
weight?
Properties
action
action
:
()
=>
void
|
Promise
<
void
>
alt
alt
:
boolean
key
key
:
string
Optional
label
label
?:
string
modifier
modifier
:
boolean
shift
shift
:
boolean
unique
unique
:
string
|
symbol
Optional
weight
weight
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
alt
key
label
modifier
shift
unique
weight
@umbraco-cms/backoffice
Loading...