Blockbench Reference Docs
    Preparing search index...
    interface ReadOptions {
        errorbox?: boolean;
        extensions?: string[];
        readtype?: ReadType | ((file: string) => ReadType);
    }

    Hierarchy (View Summary)

    Index

    Properties

    errorbox?: boolean
    extensions?: string[]

    File Extensions

    readtype?: ReadType | ((file: string) => ReadType)