4 Matching Annotations
  1. Jan 2021
  2. Oct 2020
    1. To add more data to the event object, the CustomEvent interface exists and the detail property can be used to pass custom data.
    1. 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