Interface: IHtmlCardBanner

Custom HTML 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


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

ICardBanner.type

Methods

dismiss()

dismiss(): void

Method to dismiss the banner

Returns

void

Inherited from

ICardBanner.dismiss


onRender()

onRender(): Promise<void>

Render handler function

Returns

Promise<void>