MLightCAD
    Preparing search index...

    Interface UseMissedDataReturn

    Reactive state returned by useMissedData.

    interface UseMissedDataReturn {
        fonts: Map<string, string>;
        images: Map<string, ImageMappingData>;
    }
    Index

    Properties

    Properties

    fonts: Map<string, string>

    Missed font name → replacement font name.

    Keys come from the active view's missed-font list. Values are initialized from application settings; an empty string means no replacement has been chosen yet.

    images: Map<string, ImageMappingData>

    Missed image file name → grouped mapping row.

    Keys are image resource names from the drawing. Values aggregate all entities that reference that resource.