sveltekit-service-manager - v1.1.2
Preparing search index...
server
Route
Interface Route<Path>
Internal route definition used by
ServiceRouter
.
interface
Route
<
Path
extends
string
>
{
handler
:
RouteHandler
<
Path
>
;
isAction
:
boolean
;
isCatchAll
:
boolean
;
isOptional
:
boolean
;
method
:
RequestMethods
;
paramNames
:
readonly
string
[]
;
path
:
Path
;
priority
:
number
;
regex
:
RegExp
;
}
Type Parameters
Path
extends
string
Index
Properties
handler
is
Action
is
Catch
All
is
Optional
method
param
Names
path
priority
regex
Properties
Readonly
handler
handler
:
RouteHandler
<
Path
>
Readonly
is
Action
isAction
:
boolean
Readonly
is
Catch
All
isCatchAll
:
boolean
Readonly
is
Optional
isOptional
:
boolean
Readonly
method
method
:
RequestMethods
Readonly
param
Names
paramNames
:
readonly
string
[]
Readonly
path
path
:
Path
Readonly
priority
priority
:
number
Readonly
regex
regex
:
RegExp
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handler
is
Action
is
Catch
All
is
Optional
method
param
Names
path
priority
regex
sveltekit-service-manager - v1.1.2
Loading...
Internal route definition used by ServiceRouter.