Catalog API for listing products. Contains methods for listing products with active status and listing categories.
Route used for applying filters.
Optional
nameFunction to generate a name for categories.
Used for translating category names.
Default behavior will use the translation given by Geekle:categories.${name}
.
Function to generate a name for categories.
Used for translating category names.
Default behavior will use the translation given by Geekle:categories.${name}
.
Number of products listed by default.
Route used to navigate to when clicking on an item.
Optional
viewsOptional
List?: FC<ProductSearchDefaultListViewProps>Product card component.
Generated using TypeDoc
Options for configuring the ProductSearch component.