| aura:doneRendering |
Indicates that the initial rendering of the root
application or root component has completed. |
| aura:doneWaiting |
Indicates that the app or component is done waiting for a
response to a server request. This event is preceded by an aura:waiting event. |
| aura:locationChange |
Indicates that the hash part of the URL has
changed. |
| aura:noAccess |
Indicates that a requested resource is not accessible due to
security constraints on that resource. |
| aura:systemError |
Indicates that an error has occurred. |
| aura:valueChange |
Indicates that a value has changed. |
| aura:valueDestroy |
Indicates that a value is being destroyed. |
| aura:valueInit |
Indicates that a value has been initialized. |
| aura:waiting |
Indicates that the app or component is waiting for a response to
a server request. |