UXP Toolkit
    Preparing search index...

    objects/returnobjects

    interface ExecuteAsModalOptions {
        commandName: string;
        interactive?: boolean;
        timeOut?: number;
    }
    Index

    Properties

    commandName: string

    Name of the command. It will be shown in the progress bar if the operation takes a noticeable amount of time.

    22.5

    interactive?: boolean

    Optional mode where UI interactions are permissible within the executeAsModal state. Useful for allowing users to input data into invoked dialogs or workspaces. See Modal Execution.

    23.3

    timeOut?: number