Skip to main content

Lineage

type Lineage = {
value: UUID[];
parentUUID: UUID;
ordinal: Int32;
};

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:445

Lineage of the entity through linkers.

Type declaration

NameTypeDescription
valueUUID[]UUIDs of the hierarchy of linkers that brought this entity.
parentUUIDUUIDUUID of the parent of this entity (default is root).
ordinalInt32Ordinal number of this entity in respect of its siblings.