MLightCAD
    Preparing search index...

    Interface ImageMappingData

    One row in the missed-image replacement table.

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

    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.

    filePath?: string

    File name of the replacement file (browsers do not expose absolute paths).

    ids: Set<string>

    Entity object IDs whose raster image reference resolves to fileName.