Default template used to bootstrap Aura framework. To use another template, extend aura:template and set attributes using aura:set.
Attributes
Attribute Name |
Attribute Type |
Description |
Required? |
auraPreInitBlock |
Component[] |
The block of content that is rendered before Aura initialization. |
|
body |
Component[] |
The body of the component. In markup, this is everything in the body of the tag. |
|
bodyClass |
String |
Extra body CSS styles |
|
defaultBodyClass |
String |
Default body CSS styles. |
|
doctype |
String |
The DOCTYPE declaration for the template. |
|
errorMessage |
String |
Error loading text |
|
errorTitle |
String |
Error title when an error has occured. |
|
loadingText |
String |
Loading text |
|
title |
String |
The title of the template. |
|