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

Tab

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

A tab in a document.

interface Tab {
childTabs?: Tab[];
documentTab?: DocumentTab;
tabProperties?: TabProperties;
}

§Properties

§
childTabs?: Tab[]
[src]

The child tabs nested within this tab.

§
documentTab?: DocumentTab
[src]

A tab with document contents, like text and images.

§
tabProperties?: TabProperties
[src]

The properties of the tab, like ID and title.