matrix-js-sdk

    Interface ThumbnailInfo

    interface ThumbnailInfo {
        h?: number;
        mimetype?: string;
        size?: number;
        w?: number;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    h?: number

    The intended display height of the image in pixels. This may differ from the intrinsic dimensions of the image file.

    mimetype?: string

    The mimetype of the image, e.g. image/jpeg.

    size?: number

    Size of the image in bytes.

    w?: number

    The intended display width of the image in pixels. This may differ from the intrinsic dimensions of the image file.

    MMNEPVFCICPMFPCPTTAAATR