TabProperties
import type { TabProperties } from "https://googleapis.deno.dev/v1/docs:v1.ts";Properties of a tab.
interface TabProperties {
iconEmoji?: string;
index?: number;
nestingLevel?: number;
parentTabId?: string;
tabId?: string;
title?: string;
}§Properties
§
iconEmoji?: string
[src]Optional. The emoji icon displayed with the tab. A valid emoji icon is represented by a non-empty Unicode string. Any set of characters that don't represent a single emoji is invalid. If an emoji is invalid, a 400 bad request error is returned. If this value is unset or empty, the tab will display the default tab icon.
§
nestingLevel?: number
[src]Output only. The depth of the tab within the document. Root-level tabs start at 0.