Interfaces
ActionOptions
ActionOptions
interface ActionOptions extends CancelableOptions { actions: string[]; cancelButtonText: string; destructiveActionsIndexes: number[]; message: string; title: string; }
Provides options for the dialog.
Summary β
Properties
Properties β
actions β
Gets or sets the list of available actions.
cancelButtonText β
Gets or sets the Cancel button text.
destructiveActionsIndexes β
[iOS only] Gets or sets the indexes of destructive actions.
message β
Gets or sets the dialog message.
title β
Gets or sets the dialog title.
- Previous
- iOSApplication
- Next
- AddArrayFromBuilder