Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/info-helper/src/types/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/info-helper/src/types/configurations.js

export type FeaturePromoterConfiguration = {
	code?: string,
	featureId?: string,
	bindElement?: HTMLElement,
}

export type PopupProviderConfiguration = {
	code: string,
	featureId: string,
	bindElement: HTMLElement,
	dataSource?: Promise,
}

export type ProviderRequestFactoryConfiguration = {
	code?: string,
	featureId?: string,
	type: string,
}