Interface VMScriptGMNotificationControl

A control object returned by GM_notification. control.remove() can be used to remove the notification.

interface VMScriptGMNotificationControl {
    remove: () => Promise<void>;
}

Properties

Properties

remove: () => Promise<void>

Remove the notification immediately.