mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
comments updated
This commit is contained in:
6
ui/dialogs/dialogs.d.ts
vendored
6
ui/dialogs/dialogs.d.ts
vendored
@@ -37,7 +37,7 @@
|
||||
function prompt(options: PromptOptions): promises.Promise<string>;
|
||||
|
||||
/**
|
||||
* Provides options for the alert.
|
||||
* Provides options for the dialog.
|
||||
*/
|
||||
interface DialogOptions {
|
||||
/**
|
||||
@@ -62,7 +62,7 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* Provides options for the alert.
|
||||
* Provides options for the confirm.
|
||||
*/
|
||||
interface ConfirmOptions extends DialogOptions {
|
||||
/**
|
||||
@@ -77,7 +77,7 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* Provides options for the alert.
|
||||
* Provides options for the prompt.
|
||||
*/
|
||||
interface PromptOptions extends ConfirmOptions {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user