vue-mvvm / alert
alert
Classes
| Class | Description |
|---|---|
| AlertComponentNotFoundError | - |
| AlertControl | Abstract base class for implementing an universal Alert dialog. |
| AlertService | A wrapper of the DialogService to simply display common dialogs |
| ConfirmComponentNotFoundError | - |
| ConfirmControl | Abstract base class for implementing an universal Confirm dialog. |
Interfaces
| Interface | Description |
|---|---|
| AlertOptions | Interface of Data that is required to display the alert. |
| ConfirmOptions | Interface of Data that is required to display the confirm. |
Type Aliases
| Type Alias | Description |
|---|---|
| AlertControlConstructor | A type definition for a valid AlertControl class constructor. |
| ConfirmControlConstructor | A type definition for a valid ConfirmControl class constructor. |