Skip to main content

Interface: SCMediaType

Interface SCMediaType. Media Schema.

Properties

added_at

added_at: Date

Added at

Defined in

media.ts:16


description

Optional description: string

Title

Defined in

media.ts:31


embed

Optional embed: SCEmbedType

Embed associated

Defined in

media.ts:71


id

id: number

Id of the media

Defined in

media.ts:11


image

Optional image: string

Media image

Defined in

media.ts:41


image_height

Optional image_height: number

Media image height

Defined in

media.ts:51


image_thumbnail

Optional image_thumbnail: Object

Media image thumbnail

Type declaration

NameType
color?null | string
heightnumber
urlstring
widthnumber

Defined in

media.ts:56


image_width

Optional image_width: number

Media image width

Defined in

media.ts:46


order

Optional order: number

Order in the list of medias

Defined in

media.ts:66


title

Optional title: string

Title

Defined in

media.ts:26


type

type: string

Media type

Defined in

media.ts:21


url

Optional url: string

Media Url

Defined in

media.ts:36