Your IP : 3.137.185.239


Current Path : /var/www/axolotl/data/www/yar.axolotls.ru/bitrix/js/ui/notification/@type/
Upload File :
Current File : /var/www/axolotl/data/www/yar.axolotls.ru/bitrix/js/ui/notification/@type/ui.notification.d.ts

declare module 'ui.notification'
{
	namespace UI
	{
		namespace Notification
		{
			namespace Center
			{
				function notify(options: {
					content?: string | Element,
					autoHide?: boolean,
					autoHideDelay?: number,
					zIndex?: number,
					closeButton?: boolean,
					category?: string,
					id?: string,
					actions?: Array<any>,
					render?: () => HTMLElement,
					width?: number,
					data?: object,
					events?: {[key: string]: () => void},
					position: "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right",
					type?: string,
				});
			}
		}
	}
}