Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created January 24, 2023 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arun12209/455e2f3f5805b0dc4efc5f8ae3caaf02 to your computer and use it in GitHub Desktop.
Save arun12209/455e2f3f5805b0dc4efc5f8ae3caaf02 to your computer and use it in GitHub Desktop.
<aura:component implements="force:hasRecordId,force:lightningQuickActionWithoutHeader" controller="SimpleServerSideController">
<aura:handler name="destroy" value="{!this}" action="{!c.handleDestroy}"/>
<p>This is a aura component</p>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment