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