Interfaces
Interface: Media
Complete media object with all metadata
Complete media object with all metadata
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
altText? | string | Alt text for accessibility | MediaItem.altText |
createdAt | string | Upload timestamp | MediaItem.createdAt |
filename | string | Filename | MediaItem.filename |
height? | number | Image height in pixels (if image) | MediaItem.height |
id | string | Media ID | MediaItem.id |
mimeType | string | MIME type | MediaItem.mimeType |
size | number | File size in bytes | MediaItem.size |
updatedAt | string | Last update timestamp | MediaItem.updatedAt |
url | string | File URL | MediaItem.url |
width? | number | Image width in pixels (if image) | MediaItem.width |

