mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Dialog class refactored
This commit is contained in:
11
ui/dialogs/dialogs.d.ts
vendored
11
ui/dialogs/dialogs.d.ts
vendored
@@ -117,6 +117,7 @@
|
||||
}
|
||||
|
||||
export class Dialog {
|
||||
constructor(message: string, options?: DialogButtonsOptions);
|
||||
/**
|
||||
* Shows the dialog.
|
||||
*/
|
||||
@@ -127,16 +128,6 @@
|
||||
*/
|
||||
hide: () => void;
|
||||
|
||||
/**
|
||||
* Gets or sets dialog title.
|
||||
*/
|
||||
title: string;
|
||||
|
||||
/**
|
||||
* Gets or sets dialog message.
|
||||
*/
|
||||
message: string;
|
||||
|
||||
/**
|
||||
* Gets or sets dialog view.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user