Newer Version Available
isUtilityPoppedOut() for Lightning Experience
Determines whether the utility is in a popped-out state. This method isn’t supported for
Lightning Web Components (LWC).
To check if a utility is in a popped-out state with LWC, use getInfo() for Lightning Experience.
Arguments
None
Sample Code
This component has a button that, when pressed, states whether the current utility is popped out or not.
Component code:
Controller code: