Meilisearch JS
    Preparing search index...

    Type Alias BatchProgress

    milli::progress::ProgressView

    type BatchProgress = {
        percentage: number;
        steps: BatchProgressStep[];
    }
    Index

    Properties

    Properties

    percentage: number