• Simply calls stopPropagation on the event. Useful for creating one-liner event handlers.

    Parameters

    • e: {
          stopPropagation: (() => any);
      }

      The event object

      • stopPropagation: (() => any)
          • (): any
          • Returns any

    Returns any