Skip to content

vue-mvvm / alert

alert

Classes

ClassDescription
AlertComponentNotFoundError-
AlertControlAbstract base class for implementing an universal Alert dialog.
AlertServiceA wrapper of the DialogService to simply display common dialogs
ConfirmComponentNotFoundError-
ConfirmControlAbstract base class for implementing an universal Confirm dialog.

Interfaces

InterfaceDescription
AlertOptionsInterface of Data that is required to display the alert.
ConfirmOptionsInterface of Data that is required to display the confirm.

Type Aliases

Type AliasDescription
AlertControlConstructorA type definition for a valid AlertControl class constructor.
ConfirmControlConstructorA type definition for a valid ConfirmControl class constructor.