Interface Thumbnail

Represents a thumbnail.

interface Thumbnail {
    @type: "thumbnail";
    file: File;
    format: ThumbnailFormat;
    height: number;
    width: number;
}

Properties

@type: "thumbnail"
file: File

The thumbnail.

Thumbnail format.

height: number

Thumbnail height.

width: number

Thumbnail width.