src/lib/shared/interfaces/query-upload.interface.ts
Configuration of the confirmation dialog.
Example :private config: IConfirmationConfig = {
confirm: {
label: 'Button Label',
action: () => {
console.log('Confirm clicked');
},
},
};
Properties |
| cancel |
cancel:
|
Type : IPresetConfirmationButtonConfig
|
|
The configuration for the confirm button. |
| confirm |
confirm:
|
Type : IPresetConfirmationButtonConfig
|
|
The configuration for the confirm button. |