Documentation - v19.2.0-dev
    Preparing search index...

    Interface KeyboardShortcutKeyBinding

    interface KeyboardShortcutKeyBinding {
        alt?: boolean;
        ctrl?: boolean;
        key: string;
        shift?: boolean;
        useKeycode?: boolean;
    }
    Index

    Properties

    alt?: boolean
    ctrl?: boolean
    key: string
    shift?: boolean
    useKeycode?: boolean