Section API object

Hierarchy

Constructors

Properties

Constructors

  • Builds a product section component for an ActionCatalog

    Parameters

    • title: undefined | string

      The title of the product section, only required if more than 1 section will be used

    • Rest ...products: AtLeastOne<Product>

      The products to add to the product section

    Returns ProductSection

    Throws

    If title is over 24 characters if provided

    Throws

    If more than 30 products are provided

Properties

product_items: Product[]

The products of the section

title?: string

The title of the section

Generated using TypeDoc