cheatgui
    Preparing search index...

    Function notify

    • Create or update a notification with a tracking ID. If a notification with the same ID exists and is not closed, it will be updated. Otherwise, a new notification is created.

      Parameters

      • options: { duration?: number | false; id?: string; text?: string; title?: string | null }

        Notification options

        • Optionalduration?: number | false

          Auto-close duration in ms, or false to disable

        • Optionalid?: string

          Optional ID to track the notification

        • Optionaltext?: string

          Notification text

        • Optionaltitle?: string | null

          Notification title

      Returns Notification

      The notification instance