Custom 3D App Development using Salesforce
Creating a custom Component using AdvancedRenderer and Composition
<aura:component implements="lightning:availableForFlowScreens,flexipage:availableForAllPageTypes,force:hasRecordId"
controller="TestCustomRenderDrawDevHelperController" access="public">
<RDraw:AdvancedRenderer aura:id="renderer" displayContext="true"
loadingImage="{!v.loadingImage}" displaySidebar="{!v.showSidebar}" spitShine="True"
allowSelection="true" recordId="{!v.recordId}" size="Medium">
</RDraw:AdvancedRenderer>
</aura:component>Interacting with our components
Branding
Branding with Static Resources
Last updated