Skip to main content

Interface: SCCustomAdvType

Properties

active

active: boolean

A flag to activate or deactivate this adv

Defined in

customAdv.ts:46


category

category: null | number

The id of the category connected to this adv

Defined in

customAdv.ts:61


created_at

created_at: string

datetime of creation

Defined in

customAdv.ts:51


embed_code

embed_code: null | string

Html/js embeddable code

Defined in

customAdv.ts:41


id

id: number

Unique integer value identifying this adv

Defined in

customAdv.ts:16


image

image: null | string

An image banner for the adv

Defined in

customAdv.ts:36


lastmod_datetime

lastmod_datetime: string

last modify datetime

Defined in

customAdv.ts:56


link: null | string

The link/url of the adv

Defined in

customAdv.ts:31


position

position: SCCustomAdvPosition

A string code representing the display position of the adv

Defined in

customAdv.ts:21


title

title: null | string

The title of the adv

Defined in

customAdv.ts:26