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

TableCellStyleSuggestionState

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

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

interface TableCellStyleSuggestionState {
backgroundColorSuggested?: boolean;
borderBottomSuggested?: boolean;
borderLeftSuggested?: boolean;
borderRightSuggested?: boolean;
borderTopSuggested?: boolean;
columnSpanSuggested?: boolean;
contentAlignmentSuggested?: boolean;
paddingBottomSuggested?: boolean;
paddingLeftSuggested?: boolean;
paddingRightSuggested?: boolean;
paddingTopSuggested?: boolean;
rowSpanSuggested?: boolean;
}

§Properties

§
backgroundColorSuggested?: boolean
[src]

Indicates if there was a suggested change to background_color.

§
borderBottomSuggested?: boolean
[src]

Indicates if there was a suggested change to border_bottom.

§
borderLeftSuggested?: boolean
[src]

Indicates if there was a suggested change to border_left.

§
borderRightSuggested?: boolean
[src]

Indicates if there was a suggested change to border_right.

§
borderTopSuggested?: boolean
[src]

Indicates if there was a suggested change to border_top.

§
columnSpanSuggested?: boolean
[src]

Indicates if there was a suggested change to column_span.

§
contentAlignmentSuggested?: boolean
[src]

Indicates if there was a suggested change to content_alignment.

§
paddingBottomSuggested?: boolean
[src]

Indicates if there was a suggested change to padding_bottom.

§
paddingLeftSuggested?: boolean
[src]

Indicates if there was a suggested change to padding_left.

§
paddingRightSuggested?: boolean
[src]

Indicates if there was a suggested change to padding_right.

§
paddingTopSuggested?: boolean
[src]

Indicates if there was a suggested change to padding_top.

§
rowSpanSuggested?: boolean
[src]

Indicates if there was a suggested change to row_span.