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

BulletSuggestionState

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

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

interface BulletSuggestionState {
listIdSuggested?: boolean;
nestingLevelSuggested?: boolean;
textStyleSuggestionState?: TextStyleSuggestionState;
}

§Properties

§
listIdSuggested?: boolean
[src]

Indicates if there was a suggested change to the list_id.

§
nestingLevelSuggested?: boolean
[src]

Indicates if there was a suggested change to the nesting_level.

§
textStyleSuggestionState?: TextStyleSuggestionState
[src]

A mask that indicates which of the fields in text style have been changed in this suggestion.