Stone.js API
Docs
Home
Preparing search index...
stone-js-router/src/declarations
DispatcherContext
Interface DispatcherContext<IncomingEventType, OutgoingResponseType>
Represents a dispatcher context.
interface
DispatcherContext
<
IncomingEventType
extends
IIncomingEvent
,
OutgoingResponseType
=
unknown
,
>
{
event
:
IncomingEventType
;
route
:
Route
<
IncomingEventType
,
OutgoingResponseType
>
;
}
Type Parameters
IncomingEventType
extends
IIncomingEvent
OutgoingResponseType
=
unknown
Index
Properties
event
route
Properties
event
event
:
IncomingEventType
route
route
:
Route
<
IncomingEventType
,
OutgoingResponseType
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
event
route
Docs
Home
Stone.js API
Loading...
Represents a dispatcher context.