Class EditorToaster
Manages toast notifications within the editor.
- Inheritance
-
EditorToaster
Remarks
This object manages the functionality and display of toast notifications within the editor, ensuring timely and informative alerts are presented to users.
Note: This class shouldn't be instantiated directly. Instead, access the singleton using get_editor_toaster.
Methods
push_toast(String, int, String)
Pushes a toast notification to the editor for display.
void push_toast(String message, int severity, String tooltip)