File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,8 @@ export class EditableTreeNode {
83
83
/**
84
84
* Name of the route. Note that **all routes are named** but when the final `routes` array is generated, routes
85
85
* without a `component` will not include their `name` property to avoid accidentally navigating to them and display
86
- * nothing. {@see isPassThrough}
86
+ * nothing.
87
+ * @see {@link isPassThrough }
87
88
*/
88
89
get name ( ) : string {
89
90
return this . node . name
@@ -113,7 +114,8 @@ export class EditableTreeNode {
113
114
114
115
/**
115
116
* Override the meta property of the route. This will discard any other meta property defined with `<route>` blocks or
116
- * through other means.
117
+ * through other means. If you want to keep the existing meta properties, use `addToMeta`.
118
+ * @see {@link addToMeta }
117
119
*/
118
120
set meta ( meta : RouteMeta ) {
119
121
this . node . value . removeOverride ( 'meta' )
You can’t perform that action at this time.
0 commit comments