Notifications
window:Notify(props) shows a card in the bottom-right corner. Hover to pause the timer, click to dismiss.
The stack holds six at a time. Past that, the oldest retires early to make room.

string
The first line.
string
The body text. Wraps.
string | number
An icon.
number
default:"automatic"
How long it stays on screen, in seconds. Defaults to a duration based on the text length, between 3 and 9.
Toasts
window:Toast(props) drops a pill in from the top centre or rises from the bottom centre, newest on top. Use it for quick, low-weight confirmations.

string
The main line.
string
A second line.
boolean
Put the subtitle above the title.
string | number
An icon.
number
A user id, shown as their headshot.
number
A floor on the width. Caps at the pill’s maximum width of 320.
number
default:"automatic"
How long it stays on screen, in seconds. Defaults to a duration based on the text length, between 3 and 9.
"Top" | "Bottom"
default:"Top"
Where the toast appears.
"Top" drops in from above; "Bottom" rises from below.