Image
Represents an image asset.
Image interface
Represents an image asset.
Signature:
interface Image extends BaseAssetMixinExtends: BaseAssetMixin
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| number | Height of the image in pixels | |
| "IMAGE" | Asset type | |
| 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. | |
| number | Width of the image in pixels |
Last updated: August 5, 2026 at 11:47 AMEdit this page