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

DeleteParagraphBulletsRequest

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

Deletes bullets from all of the paragraphs that overlap with the given range. The nesting level of each paragraph will be visually preserved by adding indent to the start of the corresponding paragraph.

interface DeleteParagraphBulletsRequest {
range?: Range;
}

§Properties

§
range?: Range
[src]

The range to delete bullets from.