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

TextStyleSuggestionState

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

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

interface TextStyleSuggestionState {
backgroundColorSuggested?: boolean;
baselineOffsetSuggested?: boolean;
boldSuggested?: boolean;
fontSizeSuggested?: boolean;
foregroundColorSuggested?: boolean;
italicSuggested?: boolean;
linkSuggested?: boolean;
smallCapsSuggested?: boolean;
strikethroughSuggested?: boolean;
underlineSuggested?: boolean;
weightedFontFamilySuggested?: boolean;
}

§Properties

§
backgroundColorSuggested?: boolean
[src]

Indicates if there was a suggested change to background_color.

§
baselineOffsetSuggested?: boolean
[src]

Indicates if there was a suggested change to baseline_offset.

§
boldSuggested?: boolean
[src]

Indicates if there was a suggested change to bold.

§
fontSizeSuggested?: boolean
[src]

Indicates if there was a suggested change to font_size.

§
foregroundColorSuggested?: boolean
[src]

Indicates if there was a suggested change to foreground_color.

§
italicSuggested?: boolean
[src]

Indicates if there was a suggested change to italic.

§
linkSuggested?: boolean
[src]

Indicates if there was a suggested change to link.

§
smallCapsSuggested?: boolean
[src]

Indicates if there was a suggested change to small_caps.

§
strikethroughSuggested?: boolean
[src]

Indicates if there was a suggested change to strikethrough.

§
underlineSuggested?: boolean
[src]

Indicates if there was a suggested change to underline.

§
weightedFontFamilySuggested?: boolean
[src]

Indicates if there was a suggested change to weighted_font_family.