UNPKG

@eclipse-scout/core

Version:
18 lines 869 B
/// <reference types="jquery" /> import { DesktopNotification, InitModelOf, PopupBlockerDesktopNotificationEventMap, PopupBlockerDesktopNotificationModel } from '../../index'; export declare class PopupBlockerDesktopNotification extends DesktopNotification implements PopupBlockerDesktopNotificationModel { model: PopupBlockerDesktopNotificationModel; eventMap: PopupBlockerDesktopNotificationEventMap; self: PopupBlockerDesktopNotification; preserveOpener: boolean; linkUrl: string; linkText: string; $link: JQuery<HTMLAnchorElement>; constructor(); protected _init(model: InitModelOf<this>): void; protected _render(): void; protected _renderProperties(): void; protected _renderLinkUrl(): void; protected _onLinkClick(event: JQuery.ClickEvent): void; } //# sourceMappingURL=PopupBlockerDesktopNotification.d.ts.map