mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
added title option for dialog.action
This commit is contained in:
5
ui/dialogs/dialogs.d.ts
vendored
5
ui/dialogs/dialogs.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user