UXP Toolkit
    Preparing search index...

    Object to be passed as argument into getMenuCommandTitle(), performMenuCommand() and getMenuCommandState()

    objects/options

    interface MenuCommandOptions {
        commandID: number;
        scheduling?: Scheduling;
    }
    Index

    Properties

    commandID: number
    scheduling?: Scheduling