SCBannerType
Properties
Property | Type | Description |
---|---|---|
added_at | Date | The date the Banner was created |
body_text? | string | The text of the banner |
html? | string | The html to insert into the DOM This field is used when type_banner is html_banner |
image? | string | The image url to insert into the banner |
link? | string | The action link of the banner |
link_text? | string | The text of the link associated to the banner |
open_in_new_tab | boolean | If true tell to open the banner in new tab |
title? | string | The title of the banner |
type_banner | SCBroadcastMessageBannerType | The type of the banner, based on it the behaviour of the render component must be different |