mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
text argument changed to message
This commit is contained in:
4
ui/dialogs/dialogs.d.ts
vendored
4
ui/dialogs/dialogs.d.ts
vendored
@ -26,9 +26,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The prompt() method displays a dialog box that prompts the visitor for input.
|
* The prompt() method displays a dialog box that prompts the visitor for input.
|
||||||
* @param text The text to display in the dialog box.
|
* @param message The text to display in the dialog box.
|
||||||
*/
|
*/
|
||||||
function prompt(text: string): promises.Promise<string>;
|
function prompt(message: string): promises.Promise<string>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The prompt() method displays a dialog box that prompts the visitor for input.
|
* The prompt() method displays a dialog box that prompts the visitor for input.
|
||||||
|
Reference in New Issue
Block a user