TabProperties
import type { TabProperties } from "https://googleapis.deno.dev/v1/docs:v1.ts";
Properties of a tab.
interface TabProperties {
index?: number;
nestingLevel?: number;
parentTabId?: string;
tabId?: string;
title?: string;
}import type { TabProperties } from "https://googleapis.deno.dev/v1/docs:v1.ts";
Properties of a tab.