This object manages the functionality and display of toast notifications within the editor, ensuring timely and informative alerts are presented to users.
SEVERITY_INFO = 0
Toast will display with an INFO severity.
SEVERITY_WARNING = 1
Toast will display with a WARNING severity and have a corresponding color.
SEVERITY_ERROR = 2
Toast will display with an ERROR severity and have a corresponding color.
Pushes a toast notification to the editor for display.