Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 639 Bytes

File metadata and controls

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

getTab (app profile manager)

Returns the tab object for a tab identifier.

Syntax

Microsoft.Apm.getFocusedSession().getTab();

Return value

Collection of tab identifiers.

Example

const session = Microsoft.Apm.getFocusedSession();
session.getTab("tab-id-1").refresh();

[!INCLUDEfooter-include]