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

PositionedObject

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

An object that's tethered to a Paragraph and positioned relative to the beginning of the paragraph. A PositionedObject contains an EmbeddedObject such as an image.

interface PositionedObject {
objectId?: string;
positionedObjectProperties?: PositionedObjectProperties;
suggestedDeletionIds?: string[];
suggestedInsertionId?: string;
suggestedPositionedObjectPropertiesChanges?: {};
}

§Properties

§
objectId?: string
[src]

The ID of this positioned object.

§
positionedObjectProperties?: PositionedObjectProperties
[src]

The properties of this positioned object.

§
suggestedDeletionIds?: string[]
[src]

The suggested deletion IDs. If empty, then there are no suggested deletions of this content.

§
suggestedInsertionId?: string
[src]

The suggested insertion ID. If empty, then this is not a suggested insertion.

§
suggestedPositionedObjectPropertiesChanges?: {}
[src]

The suggested changes to the positioned object properties, keyed by suggestion ID.