added title option for dialog.action

This commit is contained in:
Peter Staev
2015-09-05 11:03:55 +03:00
parent 9a985e7efe
commit 79cce6dd91
3 changed files with 18 additions and 4 deletions

View File

@@ -86,6 +86,11 @@ declare module "ui/dialogs" {
* Provides options for the dialog.
*/
export interface ActionOptions {
/**
* Gets or sets the dialog title.
*/
title?: string;
/**
* Gets or sets the dialog message.
*/