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

PositionedObjectPositioningSuggestionState

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

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

interface PositionedObjectPositioningSuggestionState {
layoutSuggested?: boolean;
leftOffsetSuggested?: boolean;
topOffsetSuggested?: boolean;
}

§Properties

§
layoutSuggested?: boolean
[src]

Indicates if there was a suggested change to layout.

§
leftOffsetSuggested?: boolean
[src]

Indicates if there was a suggested change to left_offset.

§
topOffsetSuggested?: boolean
[src]

Indicates if there was a suggested change to top_offset.