mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
message property added to the Dailog class
This commit is contained in:
7
ui/dialogs/dialogs.d.ts
vendored
7
ui/dialogs/dialogs.d.ts
vendored
@@ -132,9 +132,14 @@
|
||||
*/
|
||||
title: string;
|
||||
|
||||
/**
|
||||
* Gets or sets dialog message.
|
||||
*/
|
||||
message: string;
|
||||
|
||||
/**
|
||||
* Gets or sets dialog view.
|
||||
*/
|
||||
view: view.View;
|
||||
//view: view.View;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user