Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created August 7, 2022 16:29
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/e7b6ffa954f532916d865707e5eefb96 to your computer and use it in GitHub Desktop.
Save arun12209/e7b6ffa954f532916d865707e5eefb96 to your computer and use it in GitHub Desktop.
<aura:component implements="flexipage:availableForRecordHome,force:hasRecordId" access="global" >
<aura:handler name="init" value="{!this}" action="{!c.doInit}" />
<lightning:empApi aura:id="empApi" />
<lightning:workspaceAPI aura:id="workspace"/>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment