• Output an alert message to the user interface. Alert messages are used to display important information that requires user attention, such as pricing changes or special offers.

    Parameters

    • message: string

      The alert message to display to the user

    Returns void

    Example

    alert("Special pricing applied: 20% discount for bulk orders");
    alert("Price updated based on selected attributes");

Generated using TypeDoc