Skip to content

Commit 473e8bb

Browse files
committed
showPrompt: update typescript
author: @bobrippling
1 parent 8a5b7b3 commit 473e8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/banglejs/jswrap_bangle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6073,7 +6073,7 @@ E.showMessage("Lots of text will wrap automatically",{
60736073
"return" : ["JsVar","A promise that is resolved when 'Ok' is pressed"],
60746074
"ifdef" : "BANGLEJS",
60756075
"typescript" : [
6076-
"showPrompt<T = boolean>(message: string, options?: { title?: string, buttons?: { [key: string]: T }, buttonHeight?: number, image?: string, remove?: () => void }): Promise<T>;",
6076+
"showPrompt<T = boolean>(message: string, options?: { title?: string, buttons?: { [key: string]: T }, buttonsLong?: { [key: string]: T }, buttonHeight?: number, image?: string, remove?: () => void }): Promise<T>;",
60776077
"showPrompt(): void;"
60786078
]
60796079
}

0 commit comments

Comments
 (0)