Blockbench Reference Docs
    Preparing search index...
    interface ModelLoaderOptions {
        category?: string;
        condition?: ConditionResolvable;
        confidential?: boolean;
        description?: string;
        format_page?: FormatPage;
        icon: string;
        name?: string;
        onFormatPage?: () => void;
        onStart: () => void;
        plugin?: string;
        show_on_start_screen?: boolean;
        target?: string | string[];
    }
    Index

    Properties

    category?: string
    confidential?: boolean
    description?: string
    format_page?: FormatPage
    icon: string
    name?: string
    onFormatPage?: () => void
    onStart: () => void
    plugin?: string
    show_on_start_screen?: boolean
    target?: string | string[]