Search
Preparing search index...
The search index is not available
Prudence JavaScript and TypeScript APIs
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Prudence JavaScript and TypeScript APIs
prudence
Router
Class Router
Hierarchy
Router
Implements
Handler
Index
Constructors
constructor
Properties
handle
Constructors
constructor
new
Router
(
config
?:
{
name
?:
string
;
routes
?:
RouteConfig
|
RouteConfig
[]
;
variables
?:
{}
}
)
:
Router
Parameters
Optional
config:
{
name
?:
string
;
routes
?:
RouteConfig
|
RouteConfig
[]
;
variables
?:
{}
}
Optional
name
?:
string
Optional
routes
?:
RouteConfig
|
RouteConfig
[]
Optional
variables
?:
{}
[
key:
string
]:
any
Returns
Router
Properties
handle
handle
:
HandleFunction
Exports
ard
env
os
prudence
scriptlet
transcribe
util
Router
constructor
handle
Generated using
TypeDoc