Stone.js API
Docs
Home
Preparing search index...
stone-js-router/src/declarations
FunctionalPageRouteDefinition
Type Alias FunctionalPageRouteDefinition<IncomingEventType, OutgoingResponseType>
FunctionalPageRouteDefinition
:
Omit
<
PageRouteDefinition
<
IncomingEventType
,
OutgoingResponseType
>
,
"path"
|
"methods"
|
"method"
|
"children"
,
>
Defines a functional page route without path, methods, or children.
Type Parameters
IncomingEventType
extends
IIncomingEvent
=
IIncomingEvent
OutgoingResponseType
=
unknown
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
Defines a functional page route without path, methods, or children.