Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TabsCriteria

import type { TabsCriteria } from "https://googleapis.deno.dev/v1/docs:v1.ts";

A criteria that specifies in which tabs a request executes.

interface TabsCriteria {
tabIds?: string[];
}

§Properties

§
tabIds?: string[]
[src]

The list of tab IDs in which the request executes.