Image

Represents an image asset.

Image interface

Represents an image asset.

Signature:

interface Image extends BaseAssetMixin

Extends: BaseAssetMixin

Properties

Property

Modifiers

Type

Description

height

readonly

number

Height of the image in pixels

type

readonly

"IMAGE"

Asset type

uri

readonly

string | null

The data URI of the image (base64 encoded), or null if the image data has not been loaded yet or could not be fetched.

width

readonly

number

Width of the image in pixels

Last updated: August 5, 2026 at 11:47 AMEdit this page