Freigeben über


tabID (App-Profil-Manager)

Die Kennung einer Registerkarte.

Example

const session = Microsoft.Apm.getFocusedSession();
const tabId = session.getFocusedTab().tabId;
console.log(tabId);