Day: 4 years ago

Lightning Components Tutorial
Development

How to change the tab label in Lightning Component

Are you working with Lightning Component (Aura) tab functionality? Need to change your Tab label and Icon based on business logic? Cool !!! Now it’s not a big deal, we can do this kind of changes using WorkspaceAPI. Let’s get started with the coding to change the label. Component: <aura:component implements=”flexipage:availableForAllPageTypes” access=”global” > <lightning:workspaceAPI aura:id=”workspace” […]

Kumaresan