Delen via


getFocusedTab (app-profielbeheer)

Geeft het tabbladobject terug van het tabblad waarop de focus heeft.

Syntaxis

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

Retourwaarde

Het tabbladobject.

Example

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