Google Apps Script API
    Preparing search index...
    interface NestingLevelSuggestionState {
        bulletAlignmentSuggested?: boolean;
        glyphFormatSuggested?: boolean;
        glyphSymbolSuggested?: boolean;
        glyphTypeSuggested?: boolean;
        indentFirstLineSuggested?: boolean;
        indentStartSuggested?: boolean;
        startNumberSuggested?: boolean;
        textStyleSuggestionState?: TextStyleSuggestionState;
    }
    Index

    Properties

    bulletAlignmentSuggested?: boolean
    glyphFormatSuggested?: boolean
    glyphSymbolSuggested?: boolean
    glyphTypeSuggested?: boolean
    indentFirstLineSuggested?: boolean
    indentStartSuggested?: boolean
    startNumberSuggested?: boolean
    textStyleSuggestionState?: TextStyleSuggestionState