Frontmatter
| id | 5859 |
| title | manager.DomEvents: add support for string based listeners, which map into the component tree |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 10, 2024, 1:54 PM |
| updatedAt | Sep 10, 2024, 1:54 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5859 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 10, 2024, 1:54 PM |
to keep consistency for custom events.
use case:
items: [{ vdom: {tag: 'button', innerHTML: 'Click me!'}, domListeners: [{ click: 'up.onButtonClick' }] }]