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

InlineObject

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

An object that appears inline with text. An InlineObject contains an EmbeddedObject such as an image.

interface InlineObject {
inlineObjectProperties?: InlineObjectProperties;
objectId?: string;
suggestedDeletionIds?: string[];
suggestedInlineObjectPropertiesChanges?: {};
suggestedInsertionId?: string;
}

§Properties

§
inlineObjectProperties?: InlineObjectProperties
[src]

The properties of this inline object.

§
objectId?: string
[src]

The ID of this inline object. Can be used to update an object’s properties.

§
suggestedDeletionIds?: string[]
[src]

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

§
suggestedInlineObjectPropertiesChanges?: {}
[src]

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

§
suggestedInsertionId?: string
[src]

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