Dialog class refactored

This commit is contained in:
Vladimir Enchev
2014-06-10 17:20:58 +03:00
parent 14ceb15156
commit e7fd4e73fe
3 changed files with 12 additions and 44 deletions

View File

@@ -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.
*/