Theia API Documentation v1.65.0
    Preparing search index...
    interface ProgressMessageOptions {
        cancelable?: boolean;
        location?: string;
        timeout?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cancelable?: boolean

    Default: false

    location?: string

    Known values: notification | window | scm

    timeout?: number

    Timeout in milliseconds. 0 and negative values are treated as no timeout.