We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf87ce commit d69a3c4Copy full SHA for d69a3c4
nativescript-core/ui/dialogs/dialogs.d.ts
@@ -171,6 +171,11 @@ export interface ActionOptions extends CancelableOptions {
171
* Gets or sets the list of available actions.
172
*/
173
actions?: Array<string>;
174
+
175
+ /**
176
+ * [iOS only] Gets or sets the indexes of destructive actions.
177
+ */
178
+ destructiveActionsIndexes?: Array<number>;
179
}
180
181
/**
0 commit comments