Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICustomCardLoader

Configuration for custom cards that can't use the viewmodel or iframe configuration

Hierarchy

  • ICustomCardLoader

Index

Properties

Properties

loadCard

loadCard: function

Called to load the card content

Type declaration

    • (card: ICard, target: HTMLElement): Promise<void>
    • Parameters

      • card: ICard
      • target: HTMLElement

      Returns Promise<void>

unloadCard

unloadCard: function

Called to unload the card content

Type declaration

    • (card: ICard, target: HTMLElement): Promise<void>
    • Parameters

      • card: ICard
      • target: HTMLElement

      Returns Promise<void>