Feedback
Last date modified: 2025-Jul-02
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
onrender()?
optionalonrender: (banner) =>void|Promise<void>
A function to call when the banner content has been rendered
Parameters
• banner: IHtmlCardBanner
Returns
void | Promise<void>