UXP Toolkit
    Preparing search index...

    Object to be passed as an argument into reportProgress()

    objects/options

    interface ReportProgressOptions {
        commandName?: string;
        value?: number;
    }
    Index

    Properties

    Properties

    commandName?: string

    Text shown in progress bar dialog. Usually explaining the current progress

    value?: number

    Value in range [0,1] where 0 is 0% and 1 is 100%