Frontmatter
| id | 3559 |
| title | data.Store: beforeSetData() => temp record ids |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Nov 10, 2022, 6:30 PM |
| updatedAt | Sep 14, 2024, 4:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3559 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 14, 2024, 4:26 AM |
collection.Baseprovides support for adding new items without an id (keyProperty) value, using negative unique indexes: https://github.com/neomjs/neo/blob/dev/src/collection/Base.mjs#L1153data.Storeneeds to use this as well.