Interface AdaptyUiDialogConfig

Hierarchy

  • AdaptyUiDialogConfig

Properties

content?: string

Descriptive text that provides additional details about the reason for the dialog.

primaryActionTitle: string

The action title to display as part of the dialog. If you provide two actions, be sure primaryAction cancels the operation and leaves things unchanged.

secondaryActionTitle?: string

The secondary action title to display as part of the dialog.

title?: string

The title of the dialog.

Generated using TypeDoc