19626
2023-07-12 fbd4bea7bd57b4d4a33cb9ed0ebc15d9bf6551c0
1
2
3
4
5
6
7
8
9
<!-- <aura:component implements="force:lightningQuickAction,lightning:isUrlAddressable,flexipage:availableForRecordHome,force:hasRecordId" controller=""> -->
<aura:component implements="force:lightningQuickActionWithoutHeader,force:hasRecordId,lightning:isUrlAddressable" > 
    <aura:attribute name="recordId" type="String" />
    <aura:handler name="init" value="{!this}" action="{!c.doInit}"/> 
    <div class="exampleHolder">
        <!-- onpartevent="{!c.closeModal}" -->
        <c:lexCustomDeleteLWC recordId="{!v.recordId}" />
    </div>
</aura:component>