Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/main/core/src/lib/z-index/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/main/core/src/lib/z-index/z-index-component-options.js

import type BaseEvent from '../event/base-event';

export type ZIndexComponentOptions = {
	alwaysOnTop?: boolean | number,
	overlay?: HTMLElement,
	overlayGap?: number,
	events?: { [eventName: string]: (event: BaseEvent) => void },
};