showToast
Shows a temporary toast notification in the top-right corner. Multiple calls queue vertically.
showToast
Shows a temporary toast notification in the top-right corner. Multiple calls queue vertically.
Examples
showToast({ type: "success", message: "Saved loadout" });Signature
showToast(options: ToastOptions): void