tabGroups.get

Returns details about a tab group.

Syntax

js
let tabGroupDetails = await browser.tabGroups.get(
    groupId                // integer
);

Parameters

groupId

integer. The ID of the tab group to return details for.

Return value

A Promise fulfilled with a tabGroups.TabGroup object. If the request fails, the promise is rejected with an error message.

Browser compatibility