@witchcraft/spellcraft
Github
Issues
npm
Preparing search index...
types/shortcuts
ShortcutsSetEntries
Type Alias ShortcutsSetEntries
type
ShortcutsSetEntries
=
{
"entries@add"
:
{
error
:
typeof
DUPLICATE_SHORTCUT
|
typeof
UNKNOWN_COMMAND
|
ChainError
;
hooks
:
GetShortcutHooks
<
"entries@add"
>
;
manager
:
BaseShortcutsManager
&
PickManager
<
"options"
,
"sorter"
>
;
val
:
Shortcut
;
}
;
"entries@remove"
:
{
error
:
typeof
MISSING
;
hooks
:
GetShortcutHooks
<
"entries@remove"
>
;
manager
:
BaseShortcutsManager
;
val
:
Shortcut
;
}
;
}
Index
Properties
entries@add
entries@remove
Properties
entries@add
"entries@add"
:
{
error
:
typeof
DUPLICATE_SHORTCUT
|
typeof
UNKNOWN_COMMAND
|
ChainError
;
hooks
:
GetShortcutHooks
<
"entries@add"
>
;
manager
:
BaseShortcutsManager
&
PickManager
<
"options"
,
"sorter"
>
;
val
:
Shortcut
;
}
entries@remove
"entries@remove"
:
{
error
:
typeof
MISSING
;
hooks
:
GetShortcutHooks
<
"entries@remove"
>
;
manager
:
BaseShortcutsManager
;
val
:
Shortcut
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
entries@add
entries@remove
Github
Issues
npm
@witchcraft/spellcraft
Loading...