Frontmatter
| id | 1750 |
| title | model.Component: getParentDataScope() => getDataScope() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 10, 2021, 5:45 PM |
| updatedAt | Apr 10, 2021, 10:22 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1750 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 10, 2021, 10:22 PM |
In retrospective, the method name sounds a bit confusing.
What the method does is looking for a child node inside
this.dataif needed.e.g. in case you pass
data.foo.bar.bazthe scope for changing the 'baz' key is the bar object.
I will update the comment of this method as well.