projects/congarevenuecloud/elements/src/lib/alert/interfaces/alert.interface.ts
View to render the alert messages
Properties |
|
| actions |
actions:
|
Type : Array<ButtonActions>
|
| Optional |
|
List of buttons to perform actions on the alert |
| loader |
loader:
|
Type : string
|
|
loader to show on action buttons |
| message |
message:
|
Type : string
|
| Optional |
|
message to display on alert |
| messageType |
messageType:
|
Type : "error" | "warning" | "info" | "primary"
|
| Optional |
|
Type of message |
| show |
show:
|
Type : boolean
|
|
Flag to show or hide the alert |