MVFv3 API Documentation
    Preparing search index...

    Interface TraversabilityIntegrityErrorProperties

    interface TraversabilityIntegrityErrorProperties {
        InvalidGeometryStateError: {
            floorId: `f_${string}`;
            geometryId: `g_${string}`;
        };
    }
    Index

    Properties

    InvalidGeometryStateError: { floorId: `f_${string}`; geometryId: `g_${string}` }