mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
588 B
588 B
NS.toast() method
Queue a toast (bottom-right notification).
Signature:
toast(msg: any, variant?: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| msg | any | Message in the toast. |
| variant | string | Type of toast, must be one of success, info, warning, error. Defaults to success. |
Returns:
void