routeNameString
public
The name of the route, dot-delimited.
For example, a route found at app/routes/posts/post.js
or app/posts/post/route.js
(with pods) will have a routeName
of posts.post
.
routeNameString
public
The name of the route, dot-delimited.
For example, a route found at app/routes/posts/post.js
or app/posts/post/route.js
(with pods) will have a routeName
of posts.post
.
Please login to continue.