Home > widget-integration > AppSettingsExtendedConfig
AppSettingsExtendedConfig interface
Signature:
export interface AppSettingsExtendedConfig
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) | ||
|
string |
(Optional) | ||
|
{ preview_mode?: boolean; preview_path?: string; page?: string; custom_js_asset_url?: string; custom_css_asset_url?: string; collection_id?: number; collection_handle?: string; collection_product_count?: number; collection_count?: number; product_id?: number; collection_tags?: string[]; current_tags?: string[]; default_sort_by?: string; swatch_extension?: string; no_image_url?: string; search_term?: string; template?: string; currencies: Array<string>; current_currency: string; published_locales: Record<string, boolean>; current_locale: string; } |
(Optional) | ||
|
string |
(Optional) | ||
|
string |
(Optional) | ||
|
{ instantSearch: { enabled: boolean; }; } | |||
|
Record<string, string | Record<string, string>> |