Options
All
  • Public
  • Public/Protected
  • All
V1.7
  • V1.6
  • V1.7
Menu

Class DialogParams

Dialog parameters for dialog creation.

Hierarchy

  • DialogParams

Index

Constructors

constructor

Properties

buttonType

buttonType: EclipseButtonType

The button type for the dialog.

cancelIcon

cancelIcon: SystemIcon

The cancel button icon

cancelL10nKey

cancelL10nKey: string

The cancel button localization key

cancelL10nParams

cancelL10nParams: {}

The cancel button localization params

Type declaration

cancelText

cancelText: string

The cancel button text

confirmIcon

confirmIcon: SystemIcon

The confirm button icon

confirmL10nKey

confirmL10nKey: string

The confirm button localization key

confirmL10nParams

confirmL10nParams: {}

The confirm button localization params

Type declaration

confirmText

confirmText: string

The confirm button text

dialogLayout

dialogLayout: DialogLayout

The dialog layout preference

dialogType

dialogType: DialogType

The dialog type

expireTime

expireTime: number

The time in seconds for the dialog to expire.

message

message: string

The dialog message text

messageL10nKey

messageL10nKey: string

The dialog message localization key

messageL10nParams

messageL10nParams: {}

The dialog message localization parameters

Type declaration

scrolling

scrolling: boolean

Flag to indicate the dialog content will be placed within a scroll view.

title

title: string

The dialog title text

titleL10nKey

titleL10nKey: string

The dialog title localization key

titleL10nParams

titleL10nParams: {}

The dialog title localization parameters

Type declaration

Generated using TypeDoc