Blockbench Reference Docs
    Preparing search index...
    ExperimentalSettings: {
        settings: Record<string, FormElementOptions>;
        values: Record<string, FormResultValue>;
        add(id: string, options: FormElementOptions): void;
        get(id: string): FormResultValue;
        showDialog(): void;
    }

    Type Declaration

    • settings: Record<string, FormElementOptions>
    • values: Record<string, FormResultValue>
    • add: function
    • get: function
    • showDialog: function
      • Returns void