Interface ICustomCardLoader
Properties
loadCard
loadCard: function
Type declaration
-
- (card: ICard, target: HTMLElement): Promise<void>
-
Parameters
Returns Promise<void>
unloadCard
unloadCard: function
Type declaration
-
- (card: ICard, target: HTMLElement): Promise<void>
-
Parameters
Returns Promise<void>
Configuration for custom cards that can't use the viewmodel or iframe configuration