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