LearnNewsExamplesServices
Frontmatter
id5859
titlemanager.DomEvents: add support for string based listeners, which map into the component tree
stateClosed
labels
enhancement
assigneestobiu
createdAtSep 10, 2024, 1:54 PM
updatedAtSep 10, 2024, 1:54 PM
githubUrlhttps://github.com/neomjs/neo/issues/5859
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 10, 2024, 1:54 PM

manager.DomEvents: add support for string based listeners, which map into the component tree

Closed v8.1.0 enhancement
tobiu
tobiu commented on 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'
            }]
        }]
tobiu added the enhancement label on Sep 10, 2024, 1:54 PM
tobiu assigned to @tobiu on Sep 10, 2024, 1:54 PM
tobiu referenced in commit f1da4ed - "manager.DomEvents: add support for string based listeners, which map into the component tree #5859" on Sep 10, 2024, 1:54 PM
tobiu closed this issue on Sep 10, 2024, 1:54 PM