Interface: IHtmlCardBannerConfig

Configuration for an HTML card banner

Extends

Properties

bannerClass?

optionalbannerClass: string

The class for the banner. May be changed after the banner is created via the ICardBanner.bannerClass property.

Inherited from

ICardBannerConfig.bannerClass


onrender()?

optionalonrender: (banner) => void | Promise<void>

A function to call when the banner content has been rendered

Parameters

banner: IHtmlCardBanner

Returns

void | Promise<void>