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

SuggestedTableRowStyle

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

A suggested change to a TableRowStyle.

interface SuggestedTableRowStyle {
tableRowStyle?: TableRowStyle;
tableRowStyleSuggestionState?: TableRowStyleSuggestionState;
}

§Properties

§
tableRowStyle?: TableRowStyle
[src]

A TableRowStyle that only includes the changes made in this suggestion. This can be used along with the table_row_style_suggestion_state to see which fields have changed and their new values.

§
tableRowStyleSuggestionState?: TableRowStyleSuggestionState
[src]

A mask that indicates which of the fields on the base TableRowStyle have been changed in this suggestion.