Skip to content

ToastType

ToastType = "success" | "error" | "info" | "warning"

Defined in: packages/ui/src/types.ts:868

Toast notification severity levels.

Determines the visual style (color, icon) of a toast notification.

  • ToastOptions which uses this as the type field.
  • ToastApi for the imperative methods that accept a type implicitly.