# cp.ui.Alert

Alert UI Module.


# API Overview

Constructors - API calls which return an object, typically one that offers API methods

  • new

# API Documentation

# Constructors

# new

Signature cp.ui.Alert:new(app) -> Alert
Type Constructor
Description Creates a new Alert instance. It will automatically search the parent's children for Alerts.
Parameters
  • parent - The parent object.
Returns
  • A new Browser object.
Notes None
Examples None
Source src/extensions/cp/ui/Alert.lua line 13