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

UpdateSectionStyleRequest

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

Updates the SectionStyle.

interface UpdateSectionStyleRequest {
fields?: string;
range?: Range;
sectionStyle?: SectionStyle;
}

§Properties

§
fields?: string
[src]

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

§
range?: Range
[src]

The range overlapping the sections to style. Because section breaks can only be inserted inside the body, the segment ID field must be empty.

§
sectionStyle?: SectionStyle
[src]

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