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

    Type Alias LayoutSizeBeta

    Layout size definition

    type LayoutSize = {
        type?: "default" | "percentage";
        value: number;
    }
    Index

    Properties

    Properties

    type?: "default" | "percentage"
    value: number