Home > widget-integration > VolumeBundleService > processVolumeBundleData

VolumeBundleService.processVolumeBundleData() method

Signature:

processVolumeBundleData(bundle: VolumeBundleData, options: {
		optionData?: {
			variantId?: string | number;
		};
		action?: VolumeBundleAction;
		target?: Element | NodeList | null;
		position?: string;
	}): Promise<VolumeBundleData | undefined>;

Parameters

Parameter

Type

Description

bundle

VolumeBundleData

options

{ optionData?: { variantId?: string | number; }; action?: VolumeBundleAction; target?: Element | NodeList | null; position?: string; }

Returns:

Promise<VolumeBundleData | undefined>