MLightCAD
    Preparing search index...

    Interface ImageMappingData

    One row in the missed-image replacement table.

    Multiple drawing entities can reference the same missing image file; they are grouped under a single row keyed by fileName.

    interface ImageMappingData {
        file?: File;
        fileName: string;
        ids: Set<string>;
    }
    Index

    Properties

    Properties

    file?: File

    User-selected replacement file, set by the replacement dialog before confirm. Undefined until the user picks a file.

    fileName: string

    File name reported by the viewer for the missing image resource.

    ids: Set<string>

    Entity object IDs whose raster image reference resolves to fileName.