Last date modified: 2025-Jul-02
Interface: IHtmlCardBanner
Custom HTML card banner
Extends
Properties
bannerClass
bannerClass:
string
Banner class
Inherited from
card
readonlycard:ICard
Card the banner is associated with
Inherited from
dismissed
readonlydismissed:boolean
Whether the banner has been dismissed or not
Inherited from
element?
readonlyoptionalelement:HTMLElement
HTML element for the banner
The contents of this element may be modified at any time
type
readonlytype:CardBannerType
Banner type
Inherited from
Methods
dismiss()
dismiss():
void
Method to dismiss the banner
Returns
void
Inherited from
onRender()
onRender():
Promise<void>
Render handler function
Returns
Promise<void>