@twinfinity/core
    Preparing search index...

    Interface Diagnostics

    interface Diagnostics {
        generic?: GenericDiagnosticEntry[];
        ifc?: { [key: string]: IfcDiagnosticNode };
        twin?: TwinDiagnosticNode[];
        [property: string]: any;
    }

    Indexable

    • [property: string]: any
    Index

    Properties

    Properties

    ifc?: { [key: string]: IfcDiagnosticNode }