AddDocumentTabRequest
import type { AddDocumentTabRequest } from "https://googleapis.deno.dev/v1/docs:v1.ts";Adds a document tab. When a tab is added at a given index, all subsequent tabs' indexes are incremented.
interface AddDocumentTabRequest {
tabProperties?: TabProperties;
}§Properties
§
tabProperties?: TabProperties
[src]The properties of the tab to add. All properties are optional.