| Current Path : /var/www/homesaver/www/bitrix/js/landing/widgetvue/src/internal/ |
| Current File : /var/www/homesaver/www/bitrix/js/landing/widgetvue/src/internal/types.js |
export type WidgetOptions = {
rootNode: string,
template: string,
style?: string,
demoData: {},
lang?: {},
blockId: number,
appId?: number,
appAllowedByTariff?: boolean,
fetchable?: boolean,
debug?: boolean,
useDemoData?: boolean,
}