View on GitHub

Library API Documentation

Documentation for Library API Packages

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

types/dto.d.ts:80


filename

filename: string

Defined in

types/dto.d.ts:79


height

height: number

deprecated Is no longer available since the switch to media catalogs.

The height in pixels of the image.

Defined in

types/dto.d.ts:92


id

id: string

A unique id not related to the database.

Defined in

types/dto.d.ts:78


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

types/dto.d.ts:97


width

width: number

deprecated Is no longer available since the switch to media catalogs.

The width in pixels of the image.

Defined in

types/dto.d.ts:86