Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 647 Bytes

File metadata and controls

29 lines (20 loc) · 647 Bytes
title description author ms.author ms.date ms.topic
getFocusedTab method (app profile manager) JavaScript API Reference| MicrosoftDocs
Learn about the getFocusedTab API of app profile manager in Customer Service workspace.
gandhamm
mgandham
10/01/2021
reference

getFocusedTab (app profile manager)

Returns the tab object of the tab that is in focus.

Syntax

Microsoft.Apm.getFocusedSession().getFocusedTab();

Return value

The tab object.

Example

const tab = Microsoft.Apm.getFocusedSession().getFocusedTab();
tab.refresh();

[!INCLUDEfooter-include]