Start message programmatically
tip
You can find the MESSAGE_ID in the Manual section of the message editor, or in the message editor URL after /messages/.
import * as Screeb from "@screeb/sdk-browser";
Screeb.messageStart("<MESSAGE_ID>");
Prevent multiple displays
Screeb.messageStart("<MESSAGE_ID>", false);
Close a message
Screeb.messageClose(); // closes all running messages