tabID (app profile manager)

The identifier of a tab.

Example

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