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

    Interface ProgressBarState

    interface ProgressBarState {
        status?: ProgressBarStatus;
        progress?: number;
    }
    Index

    Properties

    Properties

    The progress bar status.

    progress?: number

    The progress bar progress. This can be a value ranging from 0 to 100