Preparing search index...
The search index is not available
router-segments
router-segments
SegmentRoute
Interface SegmentRoute<Locales, RouteRef>
interface
SegmentRoute
<
Locales
extends
LocaleType
,
RouteRef
>
{
defaultRoute
:
undefined
|
EndRoute
<
Locales
,
RouteRef
>
;
getPath
:
(
locale
?:
Locales
)
=>
RoutePathInterface
;
isLocalized
:
()
=>
boolean
;
isSegment
:
()
=>
true
;
nestedRoutes
:
Route
<
RoutePathInterface
,
Locales
,
RouteRef
>
[]
;
toJSON
:
()
=>
any
;
toString
:
()
=>
string
;
}
Type Parameters
Locales
extends
LocaleType
RouteRef
Hierarchy (
View Summary
)
Route
<
SegmentRoutePath
,
Locales
,
RouteRef
>
SegmentRoute
Index
Properties
default
Route
get
Path
is
Localized
is
Segment
nested
Routes
toJSON
to
String
Properties
default
Route
defaultRoute
:
undefined
|
EndRoute
<
Locales
,
RouteRef
>
get
Path
getPath
:
(
locale
?:
Locales
)
=>
RoutePathInterface
is
Localized
isLocalized
:
()
=>
boolean
is
Segment
isSegment
:
()
=>
true
nested
Routes
nestedRoutes
:
Route
<
RoutePathInterface
,
Locales
,
RouteRef
>
[]
toJSON
toJSON
:
()
=>
any
to
String
toString
:
()
=>
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
Route
get
Path
is
Localized
is
Segment
nested
Routes
toJSON
to
String
router-segments
Loading...