Frontmatter
| id | 1596 |
| title | model.Component: createBinding() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 27, 2021, 3:49 PM |
| updatedAt | Mar 27, 2021, 3:50 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1596 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 27, 2021, 3:50 PM |
store the binding related infos inside this.bindings.
structure:
{ bindingProperty: { coponentId: [key1, key2,...] } }