Home > widget-integration > ISWElements

ISWElements type

Signature:

export type ISWElements = {
	titleMultiElement: ISWTitleMultipleElement;
	results: ISWResultsSettings;
	didYouMean: ISWDidYouMeanSettings;
	didYouMeanResults: ISWDidYouMeanResultsSettings;
	productTitle: ISWProductTitleSettings;
	productVendor: ISWProductVendorSettings;
	productPrice: ISWProductPriceSettings;
	productSalePrice: ISWProductSalePriceSettings;
	productCompareAtPrice: ISWProductCompareAtPriceSettings;
	productSKU: ISWProductSKUSettings;
	viewAllBtn: ISWViewAllButtonSettings;
};

References: ISWTitleMultipleElement, ISWResultsSettings, ISWDidYouMeanSettings, ISWDidYouMeanResultsSettings, ISWProductTitleSettings, ISWProductVendorSettings, ISWProductPriceSettings, ISWProductSalePriceSettings, ISWProductCompareAtPriceSettings, ISWProductSKUSettings, ISWViewAllButtonSettings