@witchcraft/spellcraft
Github
Issues
npm
Preparing search index...
types/commands
CommandsSetEntries
Type Alias CommandsSetEntries
type
CommandsSetEntries
=
{
"entries@add"
:
{
error
:
typeof
DUPLICATE_COMMAND
;
hooks
:
GetCommandHooks
<
"entries@add"
>
;
manager
:
BaseCommandsManager
;
val
:
Command
;
}
;
"entries@remove"
:
{
error
:
typeof
COMMAND_IN_USE
|
typeof
MISSING
;
hooks
:
GetCommandHooks
<
"entries@remove"
>
;
manager
:
BaseCommandsManager
&
Pick
<
Manager
,
"shortcuts"
|
"keys"
>
;
val
:
Command
;
}
;
}
Index
Properties
entries@add
entries@remove
Properties
entries@add
"entries@add"
:
{
error
:
typeof
DUPLICATE_COMMAND
;
hooks
:
GetCommandHooks
<
"entries@add"
>
;
manager
:
BaseCommandsManager
;
val
:
Command
;
}
entries@remove
"entries@remove"
:
{
error
:
typeof
COMMAND_IN_USE
|
typeof
MISSING
;
hooks
:
GetCommandHooks
<
"entries@remove"
>
;
manager
:
BaseCommandsManager
&
Pick
<
Manager
,
"shortcuts"
|
"keys"
>
;
val
:
Command
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
entries@add
entries@remove
Github
Issues
npm
@witchcraft/spellcraft
Loading...