Type Alias: FindEntityOptions
type FindEntityOptions = {
include_ancestors?: boolean;
};
Defined in: node_modules/@3dverse/livelink.core/dist/sources/EntityUtils.d.ts:71
Options for the find entity query.
Properties
include_ancestors?
optional include_ancestors: boolean;
Defined in: node_modules/@3dverse/livelink.core/dist/sources/EntityUtils.d.ts:76
Whether to include the ancestors of the found entities. This will incur an additional query to fetch the ancestors for each entity found.