API 参考
    正在准备搜索索引...

    Defines a special criteria to find specific entities.

    interface FindTreeOptions {
        depth?: number;
        relations?: string[];
    }
    索引

    属性

    depth?: number

    When loading a tree from a TreeRepository, limits the depth of the descendents loaded

    relations?: string[]

    Indicates what relations of entity should be loaded (simplified left join form).