Notification
Information about the notification binding
post
Posts a notification with the specified type, title, and description.
Parameter
Type
Description
notificationType
The type of notification
title
String
The title of the notification
description
String
The description of the notification
time (optional)
Number
Amount of time the notification will display for in seconds
NotificationType
Success
This type of notification will send a notification with a success icon
Disable
This type of notification will send a notification with a disable icon
Info
This type of notification will send a notification with a info icon
Warning
This type of notification will send a notification with a warning icon
Last updated