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.

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.