View on GitHub

Library API Documentation

Documentation for Library API Packages

Library Core / types/dto / ImageDTO

Interface: ImageDTO

types/dto.ImageDTO

The returned information when mapping raw image data.

Table of contents

Properties

Properties

caption

caption: string

The description in the database for this image.

Defined in

types/dto.d.ts:18


categoryType

categoryType: number

The internal category type. Known types are:

Defined in

types/dto.d.ts:33


contentsPath

contentsPath: string

The path to access the publication itself.

Defined in

types/dto.d.ts:26


filePath

filePath: string

The path to access the image within the downloaded publication.

Defined in

types/dto.d.ts:22


filename

filename: string

The filename of the image.

Defined in

types/dto.d.ts:14


id

id: string

A unique id not related to the database.

Defined in

types/dto.d.ts:10


languageId

languageId: number

The Meps Language Id of this image.

Defined in

types/dto.d.ts:37