Static class to display a modal warning.

Constructors

Methods

Constructors

Methods

  • Display a warning to the user with the given headline, warning text and ok butten text.

    Parameters

    • _errors: string[] = []
    • _headline: string = "Headline"
    • _warning: string = "Warning"
    • _ok: string = "OK"

    Returns void