Last date modified: 2025-Jul-02
Interface: IMessageCardBanner
Message 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
iconClass
iconClass:
string
Banner icon class
message
message:
string
Banner message
type
readonlytype:CardBannerType
Banner type
Inherited from
Methods
dismiss()
dismiss():
void
Method to dismiss the banner
Returns
void
Inherited from
onClick()
onClick():
Promise<void>
Click handler function
Returns
Promise<void>