Blockbench Reference Docs
    Preparing search index...
    interface FindFileOptions {
        filter_regex: RegExp;
        json?: boolean;
        priority_regex?: RegExp;
        read_file?: boolean;
        recursive: boolean;
    }
    Index

    Properties

    filter_regex: RegExp
    json?: boolean
    priority_regex?: RegExp
    read_file?: boolean
    recursive: boolean