Frontmatter
| id | 2607 |
| title | data.RecordFactory: add a record.set() method, added as a reference to record objects |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 15, 2021, 9:02 PM |
| updatedAt | Jul 16, 2021, 1:37 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2607 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 16, 2021, 1:37 PM |
the logic should work in a similar way to changing multiple configs =>
myInstance.set()or view model related data properties =>myModel.setData().The store based
recordChangeevent will need an adjusted signature containing an array of affected fields.