Frontmatter
| id | 300 |
| title | manager.DomEvent: fire() => add the receiver component as a param prop |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Mar 16, 2020, 8:47 PM |
| updatedAt | Mar 16, 2020, 8:48 PM |
| githubUrl | https://github.com/neomjs/neo/issues/300 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 16, 2020, 8:48 PM |

use case:
multiple buttons use the same string based handler-function, which is defined inside a component controller.
adding the info which button was the target saves adding a lot of references & logic to figure it out.
will use the prop name "component", hoping it will never collide with any possible dom event prop name.