mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Added the cancelable to the dialogs.d.ts
This commit is contained in:
6
ui/dialogs/dialogs.d.ts
vendored
6
ui/dialogs/dialogs.d.ts
vendored
@ -120,6 +120,12 @@ declare module "ui/dialogs" {
|
||||
* Gets or sets the dialog message.
|
||||
*/
|
||||
message?: string;
|
||||
|
||||
/**
|
||||
* Sets if the Android dialog can be canceled via clicking outside of it
|
||||
* defaults to true.
|
||||
*/
|
||||
cancelable?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user