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

SizeSuggestionState

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

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

interface SizeSuggestionState {
heightSuggested?: boolean;
widthSuggested?: boolean;
}

§Properties

§
heightSuggested?: boolean
[src]

Indicates if there was a suggested change to height.

§
widthSuggested?: boolean
[src]

Indicates if there was a suggested change to width.