4 Matching Annotations
- Jan 2021
-
github.com github.com
- Oct 2020
-
developer.mozilla.org developer.mozilla.org
-
To add more data to the event object, the CustomEvent interface exists and the detail property can be used to pass custom data.
-
-
svelte.dev svelte.dev
-
Unlike DOM events, component events don't bubble. If you want to listen to an event on some deeply nested component, the intermediate components must forward
-
-
svelte.dev svelte.dev