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