Display notification
Show a notification message of a specific type.Parameters
Type- Success, Normal, Errortext(string) - The message to display
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Display notifications with custom text
LeanAPI.Notify.Type(text)
Type - Success, Normal, Errortext (string) - The message to displayNothing
-- Success notification
LeanAPI.Notify.Success("This is a success notification from Lean")
-- Normal notification
LeanAPI.Notify.Normal("This is a normal notification from Lean")
-- Error notification
LeanAPI.Notify.Error("This is an error notification from Lean")