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?: {};
}[key: string]: SuggestedPositionedObjectProperties;
§Properties
§
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][key: string]: SuggestedPositionedObjectProperties;
The suggested changes to the positioned object properties, keyed by suggestion ID.