Magidoc

ImageFileInfo
Object

Exposes information about an uploaded image file

Fields

#

id

Non-null

Unique identifier for the file

url

Non-null

URL to access the file

name

Name of the file

type

Non-null

Mime type of the file

size

Size of the file in bytes

width

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

height

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

blurHash

Blurhash of the image

Interfaces

#

Also implements FileInfo .