Type Alias: Lineage
type Lineage = {
value: UUID[];
parentUUID: UUID;
ordinal: Int32;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:435
Lineage of the entity through linkers.
Properties
value
readonly value: UUID[];
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:439
UUIDs of the hierarchy of linkers that brought this entity.
parentUUID
parentUUID: UUID;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:443
UUID of the parent of this entity (default is root).
ordinal
ordinal: Int32;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:448
Ordinal number of this entity in respect of its siblings.
Default Value
0;