@twinfinity/core
    Preparing search index...

    Interface TwinDiagnosticNodeData

    interface TwinDiagnosticNodeData {
        gid?: string;
        modelId?: string;
        name?: string;
        originalGid?: string;
        [property: string]: any;
    }

    Indexable

    • [property: string]: any
    Index

    Properties

    gid?: string

    The identifier of the entity in the Twin file.

    modelId?: string

    The identifier of the model this entity belongs to.

    name?: string

    The name of the entity.

    originalGid?: string

    Incoming identifier from the IFC file.