Binary Raw - Docs
Preparing search index...
types
EventHandler
Type Alias EventHandler<E>
EventHandler
:
(
event
:
Extract
<
DomainEvent
,
{
type
:
E
}
>
)
=>
void
Type for event handler functions.
Type Parameters
E
extends
DomainEvent
[
"type"
]
The specific event type to handle.
Type Declaration
(
event
:
Extract
<
DomainEvent
,
{
type
:
E
}
>
)
:
void
Parameters
event
:
Extract
<
DomainEvent
,
{
type
:
E
}
>
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Binary Raw - Docs
Loading...
Type for event handler functions.