Preparing search index...
The search index is not available
router-segments
router-segments
EndRoute
Interface EndRoute<Locales, RouteRef>
interface
EndRoute
<
Locales
,
RouteRef
>
{
getPath
:
(
(
locale
?:
Locales
)
=>
EndRoutePath
)
;
isLocalized
:
(
(
)
=>
boolean
)
;
isSegment
:
(
(
)
=>
false
)
;
ref
:
RouteRef
;
toJSON
:
(
(
)
=>
any
)
;
toString
:
(
(
)
=>
string
)
;
}
Type Parameters
Locales
extends
LocaleType
RouteRef
Hierarchy (
view full
)
Route
<
EndRoutePath
,
Locales
,
RouteRef
>
EndRoute
Index
Properties
get
Path
is
Localized
is
Segment
ref
toJSON
to
String
Properties
get
Path
get
Path
:
(
(
locale
?:
Locales
)
=>
EndRoutePath
)
is
Localized
is
Localized
:
(
(
)
=>
boolean
)
is
Segment
is
Segment
:
(
(
)
=>
false
)
ref
ref
:
RouteRef
toJSON
toJSON
:
(
(
)
=>
any
)
to
String
to
String
:
(
(
)
=>
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...