@witchcraft/spellcraft
Github
Issues
npm
Preparing search index...
types/manager
ManagerSetEntries
Type Alias ManagerSetEntries
type
ManagerSetEntries
=
{
commands
:
{
error
:
typeof
UNKNOWN_COMMAND
;
hooks
:
GetManagerHooks
<
"commands"
>
;
manager
:
Manager
;
val
:
Commands
;
}
;
keys
:
{
error
:
ChainError
;
hooks
:
GetManagerHooks
<
"keys"
>
;
manager
:
Manager
;
val
:
Keys
;
}
;
shortcuts
:
{
error
:
typeof
UNKNOWN_COMMAND
|
ChainError
;
hooks
:
GetManagerHooks
<
"shortcuts"
>
;
manager
:
Manager
;
val
:
Shortcuts
;
}
;
"state.chain"
:
{
error
:
typeof
UNKNOWN_KEY
;
hooks
:
GetManagerHooks
<
"state.chain"
>
;
manager
:
Manager
;
val
:
string
[]
[]
;
}
;
"state.isAwaitingKeyup"
:
ManagerStateHook
<
"isAwaitingKeyup"
>
;
"state.isRecording"
:
ManagerStateHook
<
"isRecording"
>
;
"state.nextIsChord"
:
ManagerStateHook
<
"nextIsChord"
>
;
"state.untrigger"
:
ManagerStateHook
<
"untrigger"
>
;
}
Index
Properties
commands
keys
shortcuts
state.chain
state.is
Awaiting
Keyup
state.is
Recording
state.next
Is
Chord
state.untrigger
Properties
commands
commands
:
{
error
:
typeof
UNKNOWN_COMMAND
;
hooks
:
GetManagerHooks
<
"commands"
>
;
manager
:
Manager
;
val
:
Commands
;
}
keys
keys
:
{
error
:
ChainError
;
hooks
:
GetManagerHooks
<
"keys"
>
;
manager
:
Manager
;
val
:
Keys
;
}
shortcuts
shortcuts
:
{
error
:
typeof
UNKNOWN_COMMAND
|
ChainError
;
hooks
:
GetManagerHooks
<
"shortcuts"
>
;
manager
:
Manager
;
val
:
Shortcuts
;
}
state.chain
"state.chain"
:
{
error
:
typeof
UNKNOWN_KEY
;
hooks
:
GetManagerHooks
<
"state.chain"
>
;
manager
:
Manager
;
val
:
string
[]
[]
;
}
state.is
Awaiting
Keyup
"state.isAwaitingKeyup"
:
ManagerStateHook
<
"isAwaitingKeyup"
>
state.is
Recording
"state.isRecording"
:
ManagerStateHook
<
"isRecording"
>
state.next
Is
Chord
"state.nextIsChord"
:
ManagerStateHook
<
"nextIsChord"
>
state.untrigger
"state.untrigger"
:
ManagerStateHook
<
"untrigger"
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
commands
keys
shortcuts
state.chain
state.is
Awaiting
Keyup
state.is
Recording
state.next
Is
Chord
state.untrigger
Github
Issues
npm
@witchcraft/spellcraft
Loading...