@minecraft/server-editor
    Preparing search index...

    Interface ISimpleToolKeyBindingBeta

    Define a key binding for the simple tool activation

    interface ISimpleToolKeyBinding {
        binding: KeyBinding;
        info?: KeyBindingInfo;
    }
    Index

    Properties

    Properties

    binding: KeyBinding