InterviewSolution
Saved Bookmarks
| 1. |
What are attributes in the context of Salesforce Lightning? What are the parameters that must necessarily be provided? |
|
Answer» Attributes are variables that are used to store VALUES. The NAME, type, default, description, and ACCESS of the attribute are all defined. The aura:attribute> tag is used, which requires the name and type attributes to be FILLED in. However, only the parameters name and types are necessarily required. |
|