File

projects/storefrontlib/cms-components/navigation/search-box/search-box.model.ts

Index

Properties

Properties

message
message: string
Type : string
Optional
products
products: any[]
Type : any[]
Optional
suggestions
suggestions: string[]
Type : string[]
Optional
export interface SearchBoxConfig {
  displaySuggestions?: boolean;
  displayProducts?: boolean;
  displayProductImages?: boolean;
  maxProducts?: number;
  maxSuggestions?: number;
  minCharactersBeforeRequest?: number;
}

export interface SearchResults {
  message?: string;
  products?: any[];
  suggestions?: string[];
}

result-matching ""

    No results matching ""