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

NamedStylesSuggestionState

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

The suggestion state of a NamedStyles message.

interface NamedStylesSuggestionState {
stylesSuggestionStates?: NamedStyleSuggestionState[];
}

§Properties

§
stylesSuggestionStates?: NamedStyleSuggestionState[]
[src]

A mask that indicates which of the fields on the corresponding NamedStyle in styles have been changed in this suggestion. The order of these named style suggestion states matches the order of the corresponding named style within the named styles suggestion.