DeletePositionedObjectRequest
import type { DeletePositionedObjectRequest } from "https://googleapis.deno.dev/v1/docs:v1.ts";
Deletes a PositionedObject from the document.
interface DeletePositionedObjectRequest {
objectId?: string;
tabId?: string;
}§Properties
§
tabId?: string
[src]The tab that the positioned object to delete is in. When omitted, the request is applied to the first tab. In a document containing a single tab:
- If provided, must match the singular tab's ID. - If omitted, the request applies to the singular tab. In a document containing multiple tabs: - If provided, the request applies to the specified tab. - If omitted, the request applies to the first tab in the document.