Home > widget-integration > AppSettingsExtendedConfig > generalSettings

AppSettingsExtendedConfig.generalSettings property

Signature:

generalSettings?: {
		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;
	};