mce
    Preparing search index...

    Interface HotkeyData

    interface HotkeyData {
        command: string;
        editable?: boolean;
        enabled?: boolean;
        key: string | string[];
        preventDefault?: boolean;
        system?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    command: string
    editable?: boolean
    enabled?: boolean
    key: string | string[]
    preventDefault?: boolean
    system?: boolean