@intelligentgraphics/openconfiguration.host
    Preparing search index...

    Interface Attachment

    interface Attachment {
        attachmentType: "perspective" | "floorplan" | "group" | "wall";
        description?: string;
        file: string;
        fileType: "jpg" | "png";
        identifier: string;
    }
    Index

    Properties

    attachmentType: "perspective" | "floorplan" | "group" | "wall"
    description?: string
    file: string

    File content as base64

    fileType: "jpg" | "png"
    identifier: string