Library Core / types/dto / MediaDetailsDTO
Interface: MediaDetailsDTO
types/dto.MediaDetailsDTO
The returned information when mapping raw media details data.
Table of contents
Properties
Properties
caption
• caption: string
Defined in
filename
• filename: string
Defined in
height
• height: number
deprecated
Is no longer available since the switch to media catalogs.
The height in pixels of the image.
Defined in
id
• id: string
A unique id not related to the database.
Defined in
url
• url: string
The URL of the image on the external media server.
Can be used as a src
for an img
element or downloaded.
Defined in
width
• width: number
deprecated
Is no longer available since the switch to media catalogs.
The width in pixels of the image.