Axinom Mosaic Libraries
    Preparing search index...
    interface ImageData {
        createdDate: any;
        focalX?: any;
        id: any;
        imagesTags: ImageTag[];
        imageType?: ImageType;
        imageTypeKey: string;
        isArchived: boolean;
        sourceFileName: string;
        sourceFileType: string;
        thumbnailPath: string;
        title: string;
        updatedDate: any;
    }
    Index

    Properties

    createdDate: any
    focalX?: any
    id: any
    imagesTags: ImageTag[]
    imageType?: ImageType
    imageTypeKey: string
    isArchived: boolean
    sourceFileName: string
    sourceFileType: string
    thumbnailPath: string
    title: string
    updatedDate: any