mce
    Preparing search index...

    Interface Command

    interface Command {
        command: string;
        handle: CommandHandle;
    }
    Index

    Properties

    Properties

    command: string