Skip to content

notice_EN

windows99-hue edited this page Jul 20, 2026 · 4 revisions

Notice - Top-Left Notification

3cd41c1315b4bd8137d119504b08945b
dokibox.notice("test",last=5)
Parameter Type Default Description
msg str "" Main text content of the tip
last int 3 Display duration of the tip, unit: second
block bool False Whether to block the next window. Set this to True if there is only one Notice component in the entire file.

Displays a small notification in the top-left corner of the screen. The notification does not block other Dokibox windows and automatically fades out after a specified duration.

Clone this wiki locally