Preparing search index...
The search index is not available
mithic - v0.3.0
mithic
@mithic/commons
TypedEventHandlerObject
Interface TypedEventHandlerObject<E, R>
Type-safe event handler object.
interface
TypedEventHandlerObject
{
handleEvent
:
TypedEventHandlerFn
<
E
,
R
>
;
}
Type Parameters
E
extends
TypedEvent
R
=
unknown
Index
Properties
handle
Event
Properties
handle
Event
handle
Event
:
TypedEventHandlerFn
<
E
,
R
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
handle
Event
mithic - v0.3.0
@mithic/collections - v0.3.0
@mithic/commons - v0.3.0
@mithic/cqrs - v0.3.0
@mithic/crdt - v0.3.0
@mithic/jsonr - v0.3.0
@mithic/messaging - v0.3.0
@mithic/denokv - v0.3.0
@mithic/ipfs - v0.3.0
@mithic/level - v0.3.0
@mithic/redis - v0.3.0
Generated using
TypeDoc
Type-safe event handler object.