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 button to take actions on 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
|
To show or hide the alert |