Newer Version Available

This content describes an older version of this product. View Latest

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:

Response

This method returns a promise that, upon success, resolves to true if the utility is popped out, and false otherwise.