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