Skip to content

Generate streams for events #6

Description

@jodinathan

We have addEventListener and the properties like onclick to work with events, however, would be nice to have streams with the correct event types.

For that to happen, first, we need to link the onclick events with their correct event type (today they are all Event) and when we print the onclick property, we also print a dynamic Stream for that same event.

Regarding the name of the new stream, using the example of onclick, the name could be onClick. To differ from the original property. We could also change all event properties like onclick to propOnClick, to let them apart in the autocomplete options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions