sesaparcours
    Preparing search index...
    interface Command {
        bindKey?: string | { mac?: string; win?: string };
        exec: (editor: Editor, args?: any) => void;
        name?: string;
        readOnly?: boolean;
    }
    Index

    Properties

    bindKey?: string | { mac?: string; win?: string }
    exec: (editor: Editor, args?: any) => void
    name?: string
    readOnly?: boolean