ToastOptions
Options for platform.notify.toast.
Properties
Section titled “Properties”level?
Section titled “level?”optional level?: "info" | "success" | "warning" | "error";Severity, which the shell maps to styling. Defaults to info.
message
Section titled “message”message: string;The message to show.
timeoutMs?
Section titled “timeoutMs?”optional timeoutMs?: number;Auto-dismiss delay in milliseconds; the shell picks a default when omitted.