Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 1019 Bytes

cp.ui.Alert.md

File metadata and controls

21 lines (15 loc) · 1019 Bytes

docs » 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

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.