Blockbench Reference Docs
    Preparing search index...

    Interface KeybindItemOptions

    interface KeybindItemOptions {
        keybind?: Keybind;
        variations?: { [key: string]: { description?: string; name: string } };
    }

    Hierarchy (View Summary)

    Index

    Properties

    keybind?: Keybind
    variations?: { [key: string]: { description?: string; name: string } }