Type alias IEventCallback<T, AD>

IEventCallback<T, AD>: ((content, options) => void)

Type Parameters

Type declaration

    • (content, options): void
    • Parameters

      • content: T | null
      • options: Partial<AD>

      Returns void

Generated using TypeDoc