AlertController
Purpose
A utility controller to fire an alert() in response to an event.
Actions
| Action | Purpose |
|---|---|
alert | Alert the value of messageValue to the current URL's anchor. |
Targets
| Target | Purpose | Default |
|---|---|---|
- | - | - |
Classes
| Class | Purpose | Default |
|---|---|---|
- | - | - |
Values
| Value | Type | Description | Default |
|---|---|---|---|
message | String | The message to display in the alert. | - |
Events
| Event | When | Dispatched on | event.detail |
|---|---|---|---|
- | - | - | - |
Side Effects
None