Search
Preparing search index...
The search index is not available
RxComp RouterModule
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
RoutePath
Class RoutePath
Hierarchy
RoutePath
Implements
IRoutePath
Index
Constructors
constructor
Properties
hash
location
Strategy
params
path
prefix
query
route
search
segments
Accessors
remain
Url
route
Segments
url
Constructors
constructor
new
Route
Path
(
url
?:
string
, routeSegments
?:
RouteSegment
[]
, snapshot
?:
Route
, locationStrategy
?:
ILocationStrategy
)
:
RoutePath
Parameters
Default value
url:
string
= ""
Default value
routeSegments:
RouteSegment
[]
= []
Optional
snapshot:
Route
Optional
locationStrategy:
ILocationStrategy
Returns
RoutePath
Properties
hash
hash
:
string
= ""
location
Strategy
location
Strategy
:
ILocationStrategy
params
params
:
{}
Type declaration
[
key:
string
]:
any
path
path
:
string
= ""
prefix
prefix
:
string
= ""
query
query
:
string
= ""
Optional
route
route
:
Route
search
search
:
string
= ""
segments
segments
:
string
[]
Accessors
remain
Url
get
remainUrl
(
)
:
string
Returns
string
route
Segments
get
routeSegments
(
)
:
RouteSegment
[]
set
routeSegments
(
routeSegments
:
RouteSegment
[]
)
:
void
Returns
RouteSegment
[]
Parameters
routeSegments:
RouteSegment
[]
Returns
void
url
get
url
(
)
:
string
set
url
(
url
:
string
)
:
void
Returns
string
Parameters
url:
string
Returns
void
Globals
Route
Path
constructor
hash
location
Strategy
params
path
prefix
query
route
search
segments
remain
Url
route
Segments
url