Skip to main content

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?​

optional acceptIcon: string

Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:19

The icon of the Accept button


acceptLabel?​

optional acceptLabel: string

Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:17

The label of the Accept button


acceptOnClose?​

optional acceptOnClose: boolean

Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:21

If true, closing the dialog always will accept it.


hasAcceptButton?​

optional hasAcceptButton: boolean

Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:15

Whether the dialog has an Accept button.


hasRejectButton?​

optional hasRejectButton: boolean

Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:24

Whether the dialog has a Reject button.


hideFooter?​

optional hideFooter: boolean

Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:31

Whether to hide the default footer.


rejectIcon?​

optional rejectIcon: string

Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:28

The icon of the Reject button


rejectLabel?​

optional rejectLabel: string

Defined in: src/common/web/ui/dialogs/ExtendedDialog.ts:26

The label of the Reject button