FixIt JavaScript API
FixIt Documentation
GitHub
Preparing search index...
core/event-bus
Handler
Type Alias Handler<T>
Handler
:
T
extends
void
?
(
()
=>
void
)
|
(
(
event
:
CustomEvent
<
void
>
)
=>
void
)
:
(
event
:
CustomEvent
<
T
>
)
=>
void
Event handler type — infers the correct signature from the event payload.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
FixIt Documentation
GitHub
FixIt JavaScript API
Loading...
Event handler type — infers the correct signature from the event payload.