tabId property
The tab that contains the style to update.
When omitted, the request applies to the first tab. In a document containing a single tab: - If provided, must match the singular tab's ID.
- If omitted, the request applies to the singular tab. In a document containing multiple tabs: - If provided, the request applies to the specified tab. - If not provided, the request applies to the first tab in the document.
Implementation
core.String? tabId;