binxie
2023-06-19 41625c74ad92b72151f4d1009ea0c791635d9dac
1
2
3
4
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" >
    <aura:attribute name = "recId" type ="String" />
    <aura:handler name = "init" value="{!this}" action="{!c.init}" />
</aura:component>