Stone.js API
Docs
Home
Preparing search index...
stone-js-router/src/declarations
IDispatchers
Type Alias IDispatchers<IncomingEventType, OutgoingResponseType>
IDispatchers
:
Record
<
DispacherType
,
DispacheClass
<
IncomingEventType
,
OutgoingResponseType
>
,
>
Collection of dispatchers for route handling.
Type Parameters
IncomingEventType
extends
IIncomingEvent
OutgoingResponseType
=
unknown
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
Collection of dispatchers for route handling.