Last date modified: 2025-Jul-02

Interface: ICustomCardLoader

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

Properties

loadCard()

loadCard: (card, target) => Promise<void>

Called to load the card content

Parameters

card: ICard

target: HTMLElement

Returns

Promise<void>


unloadCard()

unloadCard: (card, target) => Promise<void>

Called to unload the card content

Parameters

card: ICard

target: HTMLElement

Returns

Promise<void>

Return to top of the page
Feedback