binxie
2023-07-11 be102ae06e8f986bd9d1a544cd2752e5fa94231a
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>