Skip to main content

Interface: SCBannerType

Properties

added_at

added_at: Date

The date the Banner was created

Defined in

broadcastMessage.ts:46


body_text

Optional body_text: string

The text of the banner

Defined in

broadcastMessage.ts:29


html

Optional html: string

The html to insert into the DOM This field is used when type_banner is html_banner

Defined in

broadcastMessage.ts:19


image

Optional image: string

The image url to insert into the banner

Defined in

broadcastMessage.ts:42


Optional link: string

The action link of the banner

Defined in

broadcastMessage.ts:38


Optional link_text: string

The text of the link associated to the banner

Defined in

broadcastMessage.ts:34


open_in_new_tab

open_in_new_tab: boolean

If true tell to open the banner in new tab

Defined in

broadcastMessage.ts:50


title

Optional title: string

The title of the banner

Defined in

broadcastMessage.ts:24


type_banner

type_banner: SCBroadcastMessageBannerType

The type of the banner, based on it the behaviour of the render component must be different

Defined in

broadcastMessage.ts:13