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

DeleteTabRequest

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

Deletes a tab. If the tab has child tabs, they are deleted as well.

interface DeleteTabRequest {
tabId?: string;
}

§Properties

§
tabId?: string
[src]

The ID of the tab to delete.