UNPKG

@eclipse-scout/core

Version:
7 lines 288 B
import { DesktopNotificationModel } from '../../index'; export interface PopupBlockerDesktopNotificationModel extends DesktopNotificationModel { preserveOpener?: boolean; linkUrl?: string; linkText?: string; } //# sourceMappingURL=PopupBlockerDesktopNotificationModel.d.ts.map