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

PositionedObjectPropertiesSuggestionState

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

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

interface PositionedObjectPropertiesSuggestionState {
embeddedObjectSuggestionState?: EmbeddedObjectSuggestionState;
positioningSuggestionState?: PositionedObjectPositioningSuggestionState;
}

§Properties

§
embeddedObjectSuggestionState?: EmbeddedObjectSuggestionState
[src]

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

§

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