tabGroups.get
Returns details about a tab group.
In this article
Syntax
js
let tabGroupDetails = await browser.tabGroups.get( groupId // integer);Parameters
groupIdinteger. The ID of the tab group to return details for.
Return value
APromise fulfilled with atabGroups.TabGroup object. If the request fails, the promise is rejected with an error message.