function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dylan McSparrenDylan McSparren 

How do you make a utility component hidden in Lightning?

I have a listener hidden in the classic console that performs actions on omni-channel events that is hidden to our users.

How do I replicate this display in Lightning consoles? Before it was a checkbox in the app manager, is there something that needs to be added to the component or controller?
Naveen KNNaveen KN
Hi Dylan, are you looking to hide complete utility items[utitlity bar] from the salesforce console application?
Dylan McSparrenDylan McSparren
I was looking to hide one component in particular on the utility bar. I found that the code for the component needed to be revised to included

<aura:component implements="lightning:backgroundUtilityItem">