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

DeletePositionedObjectRequest

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

Deletes a PositionedObject from the document.

interface DeletePositionedObjectRequest {
objectId?: string;
}

§Properties

§
objectId?: string
[src]

The ID of the positioned object to delete.