Theia API Documentation v1.65.0
    Preparing search index...
    interface ProgressReport {
        increment?: number;
        message?: string;
        total?: number;
    }
    Index

    Properties

    increment?: number
    message?: string
    total?: number