added callback documentation
This commit is contained in:
parent
5472d220ba
commit
9643c7adf9
@ -93,7 +93,7 @@ WA.ui.registerMenuCommand("test", () => {
|
|||||||
### Awaiting User Confirmation (with space bar)
|
### Awaiting User Confirmation (with space bar)
|
||||||
|
|
||||||
```typescript
|
```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).
|
Displays a message at the bottom of the screen (that will disappear when space bar is pressed).
|
||||||
|
Loading…
Reference in New Issue
Block a user