Home > widget-integration > TierDiscountWidgetController > connect
TierDiscountWidgetController.connect() method
Signature:
connect(props: {
widgetId: string;
}, parent: HTMLElement): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
props |
{ widgetId: string; } | |
|
parent |
HTMLElement |
Returns:
Promise<void>