overlay/src/layouts/confirmation/confirmation.types.ts
Configuration of the buttons in the dialog.
import { IConfirmationButtonConfig } from '@talenra/components/overlay';See IConfirmationConfig See ConfirmationComponent
Properties |
| action |
action:
|
Type : function
|
|
The action to be executed when the button is clicked. |
| label |
label:
|
Type : string
|
|
The label of the button. |