Frontmatter
| id | 1140 |
| title | component.Base: updateStyle() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 28, 2020, 9:20 PM |
| updatedAt | Aug 28, 2020, 9:21 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1140 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 28, 2020, 9:21 PM |
It would be nice to make this one more generic.
Right now we can only update a style bypassing the vdom engine on the vdomRoot level.
I will add an optional id param, which you can change to any sub-level node.
A first use case is the wrapperStyle config.