Motif API
    Preparing search index...
    interface CommandSvc {
        getCommand(name: string): Command;
        getOrRegisterCommand(
            name: string,
            defaultDisplayId: number,
            menuBarItemPosition?: MenuBarItemPosition,
        ): Command;
    }
    Index

    Methods

    • Parameters

      • name: string

      Returns Command