adam-sdk
    Preparing search index...

    Type Alias EventCallback

    EventCallback: (payload: any) => void

    A generic callback function for event listeners. This function is called when an event is emitted, and it receives a payload with event-specific data.

    Type declaration

      • (payload: any): void
      • Parameters

        • payload: any

          The data associated with the event.

        Returns void