Bedrock Energistics Core
    Preparing search index...

    Interface UiButtonElementDefinitionBeta

    Options for defining a button UI element.

    interface UiButtonElementDefinition {
        defaults?: UiButtonElementUpdateOptions;
        index: number;
        type: "button";
    }
    Index

    Properties

    Properties

    The default options for this button if nothing is specified in updateUi.

    index: number
    type: "button"