@wxn0brp/plasma-wolf
Preparing search index...
types
WolfMenuEvents
Type Alias WolfMenuEvents
type
WolfMenuEvents
=
{
commandExecuted
:
(
command
:
Command
)
=>
void
;
commandSelected
:
(
command
:
Command
)
=>
void
;
distance
:
(
distance
:
number
,
direction
:
number
)
=>
void
;
initialized
:
()
=>
void
;
menuClosed
:
()
=>
void
;
menuOpened
:
(
commandName
:
string
)
=>
void
;
}
Index
Properties
command
Executed
command
Selected
distance
initialized
menu
Closed
menu
Opened
Properties
command
Executed
commandExecuted
:
(
command
:
Command
)
=>
void
command
Selected
commandSelected
:
(
command
:
Command
)
=>
void
distance
distance
:
(
distance
:
number
,
direction
:
number
)
=>
void
initialized
initialized
:
()
=>
void
menu
Closed
menuClosed
:
()
=>
void
menu
Opened
menuOpened
:
(
commandName
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
Executed
command
Selected
distance
initialized
menu
Closed
menu
Opened
@wxn0brp/plasma-wolf
Loading...