src/app/dialogs/remove-dialog/remove-dialog.component.ts
Properties |
|
confirmButtonText |
confirmButtonText:
|
Type : string
|
Optional |
If set, shows this text as the text in the confirm button. If not set, button shows 'Delete' |
messages |
messages:
|
Type : Array<string>
|
The list of lines shown in the dialog. If a line starts with a space, the line will be indented |
title |
title:
|
Type : string
|
verificationName |
verificationName:
|
Type : string
|
Optional |
If set, shows a text box that forces the user to type the specified text before being able to click the confirm button |