Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICardBannerConfig

Configuration for a card banner

Hierarchy

  • ICardBannerConfig

Index

Properties

Optional bannerClass

bannerClass: string

The class for the banner. May be changed after the banner is created via the ICardBanner.bannerClass property.

Optional iconClass

iconClass: string

The class for the banner icon. If not specified, the banner will have no icon. May be changed after the banner is created via the ICardBanner.iconClass property.

Optional onclick

onclick: function

A function to call when the user clicks on the banner

Type declaration