Movatterモバイル変換


[0]ホーム

URL:


  1. Mozilla
  2. Add-ons
  3. Browser extensions
  4. JavaScript APIs
  5. tabGroups
  6. tabGroups.get

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

APromise fulfilled with atabGroups.TabGroup object. If the request fails, the promise is rejected with an error message.

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp