ImageFileInfo
Object

Exposes information about an uploaded image file

Fields

#

blurHash

Blurhash of the image

height

If the file is an image, this will be the height of the image in pixels

id

Non-null

Unique identifier for the file

name

Name of the file

size

Size of the file in bytes

type

Non-null

Mime type of the file

url

Non-null

URL to access the file

width

If the file is an image, this will be the width of the image in pixels

Interfaces

#

Also implements FileInfo .