interface WizardAttributeItemsSelectOptions {
    attributeName: string;
    catalogApi: Pick<CatalogApi<unknown, unknown, unknown>, "listAttributes">;
    minimumSelection?: number;
}

Properties

attributeName: string

Name of the attribute whose items should be listed on this page

catalogApi: Pick<CatalogApi<unknown, unknown, unknown>, "listAttributes">

Catalog API

minimumSelection?: number

Minimum amount of items that must be selected

Generated using TypeDoc