Class RouteInfoWithAttributes
public
Module:
ember
A RouteInfoWithAttributes
is an object that contains
metadata, including the resolved value from the routes
model
hook. Like RouteInfo
, a RouteInfoWithAttributes
represents a specific route within a Transition.
It is read-only and internally immutable. It is also not
observable, because a Transition instance is never
changed after creation.
find (callback, target*) Object public
Module:
ember
Defined in packages/@ember/-internals/routing/lib/system/route-info.ts:85
- callback
- Function
- the callback to execute
- target*
- Object
- optional target to use
- returns
- Object
- Found item or undefined
A reference to the child route's RouteInfo.
This can be used to traverse downward to the
leafmost RouteInfo
.