NotificationMessageOptions: { duration?: number; url?: string; urlName?: string }

Type declaration

  • Optional duration?: number

    Time in seconds before the notification is closed. When set to 0 or null, it will never be closed automatically.

  • Optional url?: string

    The target URL which will be under the urlName link. You need to set urlName to have the link visible.

  • Optional urlName?: string

    The name of the link which will be shown in the notification. You need to define URL too.

Generated using TypeDoc