@twinfinity/core
    Preparing search index...

    Interface IfcDiagnosticEntry

    interface IfcDiagnosticEntry {
        category: DiagnosticCategory;
        code: IfcDiagnosticCode;
        level: DiagnosticLevel;
        message?: string;
    }
    Index

    Properties

    message?: string