Blockbench Reference Docs
    Preparing search index...
    type FBXNode = {
        _key?: string;
        _values: (string | number | TNumVal)[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    _key?: string
    _values: (string | number | TNumVal)[]