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

EmbeddedObjectBorderSuggestionState

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

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

interface EmbeddedObjectBorderSuggestionState {
colorSuggested?: boolean;
dashStyleSuggested?: boolean;
propertyStateSuggested?: boolean;
widthSuggested?: boolean;
}

§Properties

§
colorSuggested?: boolean
[src]

Indicates if there was a suggested change to color.

§
dashStyleSuggested?: boolean
[src]

Indicates if there was a suggested change to dash_style.

§
propertyStateSuggested?: boolean
[src]

Indicates if there was a suggested change to property_state.

§
widthSuggested?: boolean
[src]

Indicates if there was a suggested change to width.