MVFv3 API Documentation
    Preparing search index...

    Interface AnnotationIntegrityErrorProperties

    interface AnnotationIntegrityErrorProperties {
        AnnotationNonPointGeometryError: {
            annotationId: `a_${string}`;
            floorId: `f_${string}`;
            geometryId: `g_${string}`;
        };
        AnnotationUnknownSymbolError: {
            annotationId: `a_${string}`;
            symbolKey: string;
        };
    }
    Index

    Properties

    AnnotationNonPointGeometryError: {
        annotationId: `a_${string}`;
        floorId: `f_${string}`;
        geometryId: `g_${string}`;
    }
    AnnotationUnknownSymbolError: { annotationId: `a_${string}`; symbolKey: string }