Frontmatter
| id | 1071 |
| title | core.Base: getIdKey() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 15, 2020, 9:43 AM |
| updatedAt | Aug 15, 2020, 9:47 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1071 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 15, 2020, 9:47 AM |
so far createId() is using either a "static" passed id or the ntype otherwise.
since ntypes can get very long, it would be nice to optionally default to something else.