Interface: IMessageCardBanner

Message card banner

Extends

Properties

bannerClass

bannerClass: string

Banner class

Inherited from

ICardBanner.bannerClass


card

readonlycard: ICard

Card the banner is associated with

Inherited from

ICardBanner.card


dismissed

readonlydismissed: boolean

Whether the banner has been dismissed or not

Inherited from

ICardBanner.dismissed


iconClass

iconClass: string

Banner icon class


message

message: string

Banner message


type

readonlytype: CardBannerType

Banner type

Inherited from

ICardBanner.type

Methods

dismiss()

dismiss(): void

Method to dismiss the banner

Returns

void

Inherited from

ICardBanner.dismiss


onClick()

onClick(): Promise<void>

Click handler function

Returns

Promise<void>