diff --git a/docs/maps/api-ui.md b/docs/maps/api-ui.md index b1d244da..fda7742d 100644 --- a/docs/maps/api-ui.md +++ b/docs/maps/api-ui.md @@ -93,7 +93,7 @@ WA.ui.registerMenuCommand("test", () => { ### Awaiting User Confirmation (with space bar) ```typescript -triggerMessage(message: string): TriggerMessage +triggerMessage(message: string, callback: ()=>void): TriggerMessage ``` Displays a message at the bottom of the screen (that will disappear when space bar is pressed).