effex-monorepo
Preparing search index...
router/src
PathSegment
Type Alias PathSegment
PathSegment
:
|
{
type
:
"static"
;
value
:
string
}
|
{
name
:
string
;
type
:
"param"
}
|
{
type
:
"catchAll"
}
A path segment in a route pattern.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
effex-monorepo
Loading...
A path segment in a route pattern.