Tauri Core API - v2.6.0
    Preparing search index...

    Type Alias EventCallback<T>

    EventCallback: (event: Event<T>) => void

    Type Parameters

    • T

    Type declaration

      • (event: Event<T>): void
      • Parameters

        Returns void