Interface: ExtendedDialogOptions
Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:13
Various display options of the extended dialog.
Indexable
[key: string]: any
Additional options.
Properties
acceptIcon?
optionalacceptIcon:string
Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:19
The icon of the Accept button
acceptLabel?
optionalacceptLabel:string
Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:17
The label of the Accept button
acceptOnClose?
optionalacceptOnClose:boolean
Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:21
If true, closing the dialog always will accept it.
hasAcceptButton?
optionalhasAcceptButton:boolean
Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:15
Whether the dialog has an Accept button.
hasRejectButton?
optionalhasRejectButton:boolean
Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:24
Whether the dialog has a Reject button.
hideFooter?
optionalhideFooter:boolean
Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:31
Whether to hide the default footer.
rejectIcon?
optionalrejectIcon:string
Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:28
The icon of the Reject button
rejectLabel?
optionalrejectLabel:string
Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:26
The label of the Reject button