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

DocumentsGetOptions

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

Additional options for Docs#documentsGet.

interface DocumentsGetOptions {
suggestionsViewMode?:
| "DEFAULT_FOR_CURRENT_ACCESS"
| "SUGGESTIONS_INLINE"
| "PREVIEW_SUGGESTIONS_ACCEPTED"
| "PREVIEW_WITHOUT_SUGGESTIONS";
}

§Properties

§
suggestionsViewMode?: "DEFAULT_FOR_CURRENT_ACCESS" | "SUGGESTIONS_INLINE" | "PREVIEW_SUGGESTIONS_ACCEPTED" | "PREVIEW_WITHOUT_SUGGESTIONS"
[src]

The suggestions view mode to apply to the document. This allows viewing the document with all suggestions inline, accepted or rejected. If one is not specified, DEFAULT_FOR_CURRENT_ACCESS is used.