Wapi.js Docs / ProductListSectionInterfaceDocumentation Index
Fetch the complete documentation index at: https://javascript.wapikit.com/llms.txt
Use this file to discover all available pages before exploring further.
Interface: ProductListSectionInterface
Properties
products
products: Product[]
Source
packages/wapi.js/src/structures/multi-product/interface.ts:5title
title: string
Source
packages/wapi.js/src/structures/multi-product/interface.ts:6Methods
addProduct()
addProduct(product):void
Parameters
• product:Product
Returns
void