Skip to main content

FindEntityOptions

@3dverse/livelink v0.8.10


@3dverse/livelink / FindEntityOptions

Type Alias: FindEntityOptions

FindEntityOptions: object

Defined in: node_modules/@3dverse/livelink.core/dist/sources/EntityUtils.d.ts:71

Options for the find entity query.

Type declaration

include_ancestors?

optional include_ancestors: boolean

Whether to include the ancestors of the found entities. This will incur an additional query to fetch the ancestors for each entity found.