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

CropPropertiesSuggestionState

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

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

interface CropPropertiesSuggestionState {
angleSuggested?: boolean;
offsetBottomSuggested?: boolean;
offsetLeftSuggested?: boolean;
offsetRightSuggested?: boolean;
offsetTopSuggested?: boolean;
}

§Properties

§
angleSuggested?: boolean
[src]

Indicates if there was a suggested change to angle.

§
offsetBottomSuggested?: boolean
[src]

Indicates if there was a suggested change to offset_bottom.

§
offsetLeftSuggested?: boolean
[src]

Indicates if there was a suggested change to offset_left.

§
offsetRightSuggested?: boolean
[src]

Indicates if there was a suggested change to offset_right.

§
offsetTopSuggested?: boolean
[src]

Indicates if there was a suggested change to offset_top.