Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created August 7, 2022 16:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<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