Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
HotKeyProfileManager
Class HotKeyProfileManager
Index
Methods
create
register
Profile
unregister
Profile
has
get
list
set
Active
get
Active
resolve
Action
resolve
Action
For
set
Binding
remove
Binding
to
Snapshot
from
Snapshot
size
dispose
Methods
Static
create
create
(
opts
?:
HotKeyProfileManagerOptions
)
:
HotKeyProfileManager
Parameters
opts
:
HotKeyProfileManagerOptions
= {}
Returns
HotKeyProfileManager
register
Profile
registerProfile
(
profile
:
HotKeyProfile
)
:
boolean
Parameters
profile
:
HotKeyProfile
Returns
boolean
unregister
Profile
unregisterProfile
(
id
:
string
)
:
boolean
Parameters
id
:
string
Returns
boolean
has
has
(
id
:
string
)
:
boolean
Parameters
id
:
string
Returns
boolean
get
get
(
id
:
string
)
:
HotKeyProfile
|
null
Parameters
id
:
string
Returns
HotKeyProfile
|
null
list
list
()
:
HotKeyProfile
[]
Returns
HotKeyProfile
[]
set
Active
setActive
(
id
:
string
)
:
boolean
Parameters
id
:
string
Returns
boolean
get
Active
getActive
()
:
string
|
null
Returns
string
|
null
resolve
Action
resolveAction
(
action
:
string
)
:
string
|
null
Parameters
action
:
string
Returns
string
|
null
resolve
Action
For
resolveActionFor
(
profileId
:
string
,
action
:
string
)
:
string
|
null
Parameters
profileId
:
string
action
:
string
Returns
string
|
null
set
Binding
setBinding
(
profileId
:
string
,
action
:
string
,
key
:
string
)
:
boolean
Parameters
profileId
:
string
action
:
string
key
:
string
Returns
boolean
remove
Binding
removeBinding
(
profileId
:
string
,
action
:
string
)
:
boolean
Parameters
profileId
:
string
action
:
string
Returns
boolean
to
Snapshot
toSnapshot
()
:
HotKeyProfileSnapshot
Returns
HotKeyProfileSnapshot
from
Snapshot
fromSnapshot
(
snap
:
HotKeyProfileSnapshot
)
:
void
Parameters
snap
:
HotKeyProfileSnapshot
Returns
void
size
size
()
:
number
Returns
number
dispose
dispose
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
register
Profile
unregister
Profile
has
get
list
set
Active
get
Active
resolve
Action
resolve
Action
For
set
Binding
remove
Binding
to
Snapshot
from
Snapshot
size
dispose
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...