| Current Path : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/info-helper/src/types/ |
| 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,
}