#cp.ui.Alert

Alert UI Module.


#API Overview

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


#API Documentation

#Constructors

Signaturecp.ui.Alert:new(app) -> Alert
TypeConstructor
DescriptionCreates a new Alert instance. It will automatically search the parent's children for Alerts.
Parameters
  • parent - The parent object.
Returns
  • A new Browser object.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/ui/Alert.lua line 13