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