Skip to content

ToastOptions

Options for platform.notify.toast.

optional level?: "info" | "success" | "warning" | "error";

Severity, which the shell maps to styling. Defaults to info.


message: string;

The message to show.


optional timeoutMs?: number;

Auto-dismiss delay in milliseconds; the shell picks a default when omitted.