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

NestingLevelSuggestionState

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

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

interface NestingLevelSuggestionState {
bulletAlignmentSuggested?: boolean;
glyphFormatSuggested?: boolean;
glyphSymbolSuggested?: boolean;
glyphTypeSuggested?: boolean;
indentFirstLineSuggested?: boolean;
indentStartSuggested?: boolean;
startNumberSuggested?: boolean;
textStyleSuggestionState?: TextStyleSuggestionState;
}

§Properties

§
bulletAlignmentSuggested?: boolean
[src]

Indicates if there was a suggested change to bullet_alignment.

§
glyphFormatSuggested?: boolean
[src]

Indicates if there was a suggested change to glyph_format.

§
glyphSymbolSuggested?: boolean
[src]

Indicates if there was a suggested change to glyph_symbol.

§
glyphTypeSuggested?: boolean
[src]

Indicates if there was a suggested change to glyph_type.

§
indentFirstLineSuggested?: boolean
[src]

Indicates if there was a suggested change to indent_first_line.

§
indentStartSuggested?: boolean
[src]

Indicates if there was a suggested change to indent_start.

§
startNumberSuggested?: boolean
[src]

Indicates if there was a suggested change to start_number.

§
textStyleSuggestionState?: TextStyleSuggestionState
[src]

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