x4js - v2.2.49
    Preparing search index...

    Type Alias EventCallback<T>

    EventCallback: (event: T) => any

    Defines the signature for an event callback function.

    Type Parameters

    • T extends CoreEvent = CoreEvent

      The specific type of CoreEvent that the callback handles.

    Type Declaration

      • (event: T): any
      • Parameters

        • event: T

        Returns any