Class RouteInfoWithAttributes
publicDefined in: | packages/@ember/-internals/routing/lib/system/route-info.ts:1 |
---|---|
Module: | ember |
attributes public
Module: | ember |
---|
Defined in packages/@ember/-internals/routing/lib/system/route-info.ts:54
This is the resolved return value from the route's model hook.
child public
Module: | ember |
---|
Defined in packages/@ember/-internals/routing/lib/system/route-info.ts:76
A reference to the child route's RouteInfo. This can be used to traverse downward to the leafmost RouteInfo
.
localName public
Module: | ember |
---|
Defined in packages/@ember/-internals/routing/lib/system/route-info.ts:21
The final segment of the fully-qualified name of the route, like "index"
metadata public
Module: | ember |
---|
Defined in packages/@ember/-internals/routing/lib/system/route-info.ts:61
Will contain the result Route#buildRouteInfoMetadata
for the corresponding Route.
name public
Module: | ember |
---|
Defined in packages/@ember/-internals/routing/lib/system/route-info.ts:14
The dot-separated, fully-qualified name of the route, like "people.index".
paramNames public
Module: | ember |
---|
Defined in packages/@ember/-internals/routing/lib/system/route-info.ts:38
The ordered list of the names of the params required for this route. It will contain the same strings as Object.keys(params)
, but here the order is significant. This allows users to correctly pass params into routes programmatically.
params public
Module: | ember |
---|
Defined in packages/@ember/-internals/routing/lib/system/route-info.ts:28
The values of the route's parameters. These are the same params that are received as arguments to the route's model hook. Contains only the parameters valid for this route, if any (params for parent or child routes are not merged).
parent public
Module: | ember |
---|
Defined in packages/@ember/-internals/routing/lib/system/route-info.ts:68
A reference to the parent route's RouteInfo. This can be used to traverse upward to the topmost RouteInfo
.
queryParams public
Module: | ember |
---|
Defined in packages/@ember/-internals/routing/lib/system/route-info.ts:48
The values of any queryParams on this route.
© 2020 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://api.emberjs.com/ember/3.25/classes/RouteInfoWithAttributes/properties