Frontmatter
| id | 1673 |
| title | model.Component: createDataProperties() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 30, 2021, 2:52 PM |
| updatedAt | Mar 30, 2021, 2:52 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1673 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 30, 2021, 2:52 PM |
extract the logic from
afterSetData()into a new method to support calls for nested objects.the method needs to recursively call itself for child data objects.
createDataProperty()needs to get adjusted to support different roots thanthis.data.