brepjs API Reference
    Preparing search index...

    Interface GearDiagnostic

    interface GearDiagnostic {
        code: GearDiagnosticCode;
        context?: Record<string, string | number>;
        message: string;
        severity: GearDiagnosticSeverity;
    }
    Index

    Properties

    context?: Record<string, string | number>
    message: string