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

    Type Alias KeyBindingInfoBeta

    Additional information about key binding.

    type KeyBindingInfo = {
        label?: string;
        tooltip?: string;
        uniqueId: string;
    }
    Index

    Properties

    label?: string
    tooltip?: string
    uniqueId: string