Skip to main content

Notifications

window:Notify(props) shows a card in the bottom-right corner. Hover to pause the timer, click to dismiss.
A notification card in the corner
title
string
The first line.
content
string
The body text. Wraps.
icon
string | number
An icon.
duration
number
How long it stays on screen, in seconds.

Toasts

window:Toast(props) drops a pill in from the top centre, newest on top. Use it for quick, low-weight confirmations.
A toast pill dropping in from the top
title
string
The main line.
subtitle
string
A second line.
subtitleAbove
boolean
Put the subtitle above the title.
icon
string | number
An icon.
avatar
number
A user id, shown as their headshot.
minWidth
number
A floor on the width.
duration
number
How long it stays on screen, in seconds.