Interface CustomEvent

All Superinterfaces:
Event, Event

public interface CustomEvent extends Event
A custom DOM event.

This event is dispatched from JavaScript as an instance of CustomEvent class.

Since:
7.21
  • Method Details

    • detail

      <T> T detail()
      Returns the payload of the custom event.