You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We have
addEventListener
and the properties likeonclick
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 allEvent
) and when we print theonclick
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 beonClick
. To differ from the original property. We could also change all event properties likeonclick
topropOnClick
, to let them apart in the autocomplete options.The text was updated successfully, but these errors were encountered: