From d1d9e7eb82320b024701898bd3c0b2fdbd870b76 Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 20 Nov 2023 23:15:14 +0300 Subject: [PATCH] doc: zombieUrl --- index.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.d.ts b/index.d.ts index b7a6b96..0119395 100644 --- a/index.d.ts +++ b/index.d.ts @@ -284,6 +284,11 @@ declare interface VMScriptGMNotificationOptions { * @since VM2.15.4 */ zombieTimeout?: number; + /** + * URL to open when a zombie notification is clicked, see `zombieTimeout` for more info. + * @since VM2.16.1 + */ + zombieUrl?: string; /** Callback when the notification is clicked by user. */ onclick?: () => void; /** Callback when the notification is closed, either by user or by system. */