codemelted.js Module
    Preparing search index...

    Type Alias CEventHandler

    CEventHandler: (evt: Event) => void

    The event handler utilized within a given JavaScript runtime. This represents a global event handler that should suffice any JavaScript event callback.

    Type Declaration

      • (evt: Event): void
      • Parameters

        • evt: Event

          The event object that was triggered

        Returns void