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

UpdateDocumentStyleRequest

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

Updates the DocumentStyle.

interface UpdateDocumentStyleRequest {
documentStyle?: DocumentStyle;
fields?: string;
}

§Properties

§
documentStyle?: DocumentStyle
[src]

The styles to set on the document. Certain document style changes may cause other changes in order to mirror the behavior of the Docs editor. See the documentation of DocumentStyle for more information.

§
fields?: string
[src]

The fields that should be updated. At least one field must be specified. The root document_style is implied and should not be specified. A single "*" can be used as short-hand for listing every field. For example to update the background, set fields to "background".