Blockbench Reference Docs
    Preparing search index...

    Interface FormatPage

    interface FormatPage {
        button_text?: string;
        component?: Component;
        content?: (
            | string
            | {
                height?: number;
                source?: string;
                text?: string;
                type?: ""
                | "label"
                | "text"
                | "h2"
                | "h3"
                | "h4"
                | "image";
                width?: number;
            }
        )[];
    }
    Index

    Properties

    button_text?: string
    component?: Component
    content?: (
        | string
        | {
            height?: number;
            source?: string;
            text?: string;
            type?: ""
            | "label"
            | "text"
            | "h2"
            | "h3"
            | "h4"
            | "image";
            width?: number;
        }
    )[]