Home > widget-integration > VolumeBundleController > renderVolumeBundleWithData
VolumeBundleController.renderVolumeBundleWithData() method
Signature:
renderVolumeBundleWithData(widgetId: string, volumeBundleData: VolumeBundleData, wrapper: HTMLElement | null, templateName: string, callback?: () => void): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
widgetId |
string | |
|
volumeBundleData | ||
|
wrapper |
HTMLElement | null | |
|
templateName |
string | |
|
callback |
() => void |
(Optional) |
Returns:
Promise<void>