Skip to main content

Documentation Index

Fetch the complete documentation index at: https://javascript.wapikit.com/llms.txt

Use this file to discover all available pages before exploring further.

Wapi.js Docs / ProductListSectionInterface

Interface: ProductListSectionInterface

Properties

products

products: Product[]

Source

packages/wapi.js/src/structures/multi-product/interface.ts:5

title

title: string

Source

packages/wapi.js/src/structures/multi-product/interface.ts:6

Methods

addProduct()

addProduct(product): void

Parameters

product: Product

Returns

void

Source

packages/wapi.js/src/structures/multi-product/interface.ts:7