Posts

Showing posts from August, 2020

Salesforce Aura Framework: How To Work With Aura Documentation Framework

Image
Looking for Salesforce Training & HandsOn Projects? Trailblazer Profile  |  LinkedIn  |  Salesforce Blog  |  Facebook  |  Youtube Channel  |  WhatsApp Community Documenting development artifacts are as critical as writing code for them and this fact holds well no matter in which technology stack you are dealing with. Salesforce also is no exception to this. In this article, we will discuss and see the implementations of the Aura Documentation Framework, which is a well-managed approach recommended by Salesforce to document the functionalities & behavior of Aura Components, Apps, Attributes and much more. Aura Documentation Framework is hugely dependent on the inline description capabilities of lightning tags. Few of them are ”<aura:application>” ,“<aura:component>”, “<aura:attribute>”,”<aura:event>”,“<aura:interface>”,”<aura:registerEvent>” . To start with the demo I have a simple component that I have developed earlier. I am going to