Options
All
  • Public
  • Public/Protected
  • All
Menu

Specifies additional options that can be passed in to the Confirm command.

Hierarchy

  • ConfirmOptionsArgs

Index

Properties

Optional cancelLabel

cancelLabel: string

Custom text to display for the "Cancel" button (default is the value of the language resource "language-common-cancel").

Optional okLabel

okLabel: string

Custom text to display for the "OK" button (default is the value of the language resource "language-common-ok").

Optional sticky

sticky: boolean

Boolean indicating if this view is sticky. Works for only MultiViewRegionAdapter. If a view is marked as sticky, view activations in that MultiViewRegionAdapter will be blocked until the sticky view is deactivated. Also, deactivation of PopupModalRegionAdapter through CloseModalRegion command will be blocked until that sticky view is deactivated.