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

EmbeddedObjectSuggestionState

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

A mask that indicates which of the fields on the base EmbeddedObject have been changed in this suggestion. For any field set to true, there's a new suggested value.

interface EmbeddedObjectSuggestionState {
descriptionSuggested?: boolean;
embeddedDrawingPropertiesSuggestionState?: EmbeddedDrawingPropertiesSuggestionState;
embeddedObjectBorderSuggestionState?: EmbeddedObjectBorderSuggestionState;
imagePropertiesSuggestionState?: ImagePropertiesSuggestionState;
linkedContentReferenceSuggestionState?: LinkedContentReferenceSuggestionState;
marginBottomSuggested?: boolean;
marginLeftSuggested?: boolean;
marginRightSuggested?: boolean;
marginTopSuggested?: boolean;
sizeSuggestionState?: SizeSuggestionState;
titleSuggested?: boolean;
}

§Properties

§
descriptionSuggested?: boolean
[src]

Indicates if there was a suggested change to description.

§
embeddedDrawingPropertiesSuggestionState?: EmbeddedDrawingPropertiesSuggestionState
[src]

A mask that indicates which of the fields in embedded_drawing_properties have been changed in this suggestion.

§
embeddedObjectBorderSuggestionState?: EmbeddedObjectBorderSuggestionState
[src]

A mask that indicates which of the fields in embedded_object_border have been changed in this suggestion.

§
imagePropertiesSuggestionState?: ImagePropertiesSuggestionState
[src]

A mask that indicates which of the fields in image_properties have been changed in this suggestion.

§
linkedContentReferenceSuggestionState?: LinkedContentReferenceSuggestionState
[src]

A mask that indicates which of the fields in linked_content_reference have been changed in this suggestion.

§
marginBottomSuggested?: boolean
[src]

Indicates if there was a suggested change to margin_bottom.

§
marginLeftSuggested?: boolean
[src]

Indicates if there was a suggested change to margin_left.

§
marginRightSuggested?: boolean
[src]

Indicates if there was a suggested change to margin_right.

§
marginTopSuggested?: boolean
[src]

Indicates if there was a suggested change to margin_top.

§
sizeSuggestionState?: SizeSuggestionState
[src]

A mask that indicates which of the fields in size have been changed in this suggestion.

§
titleSuggested?: boolean
[src]

Indicates if there was a suggested change to title.