mwbot-ts - v1.2.7
    Preparing search index...

    Interface ApiResponseQueryPagesPropImageinfo

    interface ApiResponseQueryPagesPropImageinfo {
        anon?: true;
        archivename?: string;
        bitdepth?: number;
        canonicaltitle?: string;
        comment?: string;
        commenthidden?: true;
        commonmetadata?: null | ApiResponseQueryPagesPropImageinfoMetadata[];
        descriptionshorturl?: string;
        descriptionurl?: string;
        duration?: number;
        extmetadata?: ApiResponseQueryPagesPropImageinfoExtmetadata;
        filehidden?: true;
        filemissing?: true;
        height?: number;
        html?: string;
        mediatype?: string;
        metadata?: null | ApiResponseQueryPagesPropImageinfoMetadata[];
        mime?: string;
        pagecount?: number;
        parsedcomment?: string;
        responsiveUrls?: string;
        sha1?: string;
        size?: number;
        suppressed?: true;
        temp?: true;
        thumberror?: string;
        thumbheight?: number;
        thumbmime?: string;
        thumburl?: string;
        thumbwidth?: number;
        timestamp?: string;
        url?: string;
        user?: string;
        userhidden?: true;
        userid?: number;
        width?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    anon?: true
    archivename?: string
    bitdepth?: number
    canonicaltitle?: string
    comment?: string
    commenthidden?: true
    descriptionshorturl?: string
    descriptionurl?: string
    duration?: number
    filehidden?: true
    filemissing?: true
    height?: number
    html?: string
    mediatype?: string
    mime?: string
    pagecount?: number
    parsedcomment?: string
    responsiveUrls?: string
    sha1?: string
    size?: number
    suppressed?: true
    temp?: true
    thumberror?: string
    thumbheight?: number
    thumbmime?: string
    thumburl?: string
    thumbwidth?: number
    timestamp?: string
    url?: string
    user?: string
    userhidden?: true
    userid?: number
    width?: number