LWT JavaScript API
    Preparing search index...

    Type Alias DownloadProgressCallback

    DownloadProgressCallback: (progress: number, message: string) => void

    Download progress callback.

    Type Declaration

      • (progress: number, message: string): void
      • Parameters

        • progress: number
        • message: string

        Returns void