Skip to content

Commit

Permalink
doc: zombieUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Nov 20, 2023
1 parent 962d860 commit d1d9e7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit d1d9e7e

Please sign in to comment.