Interface: RouterBlueprint<IncomingEventType, OutgoingResponseType>
Interface: RouterBlueprint<IncomingEventType, OutgoingResponseType>
Blueprint for defining router-specific behavior and configuration.
Extends
StoneBlueprint<IncomingEventType,OutgoingResponse>
Type Parameters
IncomingEventType
IncomingEventType extends StoneIncomingEvent = StoneIncomingEvent
OutgoingResponseType
OutgoingResponseType = unknown
Indexable
[key: string]: unknown
Allow adding any additional custom properties. The value of the custom properties can be of any type, depending on user requirements.
Properties
stone
stone: RouterAppConfig<IncomingEventType, OutgoingResponseType>;
Configuration and behavior definitions for the router application.
Overrides
StoneBlueprint.stone
