mce
    Preparing search index...

    Interface Hotkey

    interface Hotkey {
        command: string;
        editable?: boolean;
        enabled?: boolean;
        handle?: (e: KeyboardEvent) => void;
        key: string | string[];
        preventDefault?: boolean;
        system?: boolean;
        when?: (e: KeyboardEvent) => boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    command: string
    editable?: boolean
    enabled?: boolean
    handle?: (e: KeyboardEvent) => void
    key: string | string[]
    preventDefault?: boolean
    system?: boolean
    when?: (e: KeyboardEvent) => boolean