interface-forge - v2.5.0
    Preparing search index...

    Interface CommerceProductNameDefinition

    The possible definitions related to product name generation.

    interface CommerceProductNameDefinition {
        adjective: string[];
        material: string[];
        product: string[];
    }
    Index

    Properties

    adjective: string[]

    Adjectives describing a product (e.g. tasty).

    material: string[]

    Materials describing a product (e.g. wood).

    product: string[]

    Types of products (e.g. chair).