Blockbench Reference Docs
    Preparing search index...

    Interface LoadOptions

    interface LoadOptions {
        externalDataLoader?: (path: string) => any;
        import_to_current_project?: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    externalDataLoader?: (path: string) => any
    import_to_current_project?: boolean