UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

10 lines (9 loc) 753 B
import { IUnreadCounterNotification } from '@docsvision/webclient/Platform/$UnreadCounterNotification'; import { NotyDef } from '@docsvision/webclient/System/PopupNotification'; export declare class UnreadCounterNotificationService implements IUnreadCounterNotification { protected popupNotification?: NotyDef; /** Отображает всплывающее сообщение вида "В текущей папке есть новые непрочитанные карточки!" */ showUnreadCardsNotification(): void; /** Скрывает всплывающее сообщение вида "В текущей папке есть новые непрочитанные карточки!" */ hideUnreadCardsNotification(): void; }