Frontmatter
| id | 5200 |
| title | core.Base: add class identifiers |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Feb 5, 2024, 3:15 PM |
| updatedAt | Feb 9, 2024, 1:31 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5200 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 9, 2024, 1:31 PM |

follow up ticket for: https://github.com/neomjs/neo/issues/5199
once we have the ntypeChain in place, we can add flags to all instances. E.g.:
isButton: true.this should automatically get generated using
is, capitalize(first entype char), camelCase version of the ntype string.