Skip to content

alert command

kbranch edited this page Feb 27, 2024 · 1 revision

Sends Magpie a message to show the user.

Direction: autotracker -> Magpie

Properties

  • title - Text to display in the header of the dialog
  • body - Text to display in the body of the dialog

Example

{
   "type":"alert",
   "title":"Dialog title",
   "body":"Dialog body",
}
Clone this wiki locally