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

List

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

A List represents the list attributes for a group of paragraphs that all belong to the same list. A paragraph that's part of a list has a reference to the list's ID in its bullet.

interface List {
listProperties?: ListProperties;
suggestedDeletionIds?: string[];
suggestedInsertionId?: string;
suggestedListPropertiesChanges?: {
[key: string]: SuggestedListProperties;
}
;
}

§Properties

§
listProperties?: ListProperties
[src]

The properties of the list.

§
suggestedDeletionIds?: string[]
[src]

The suggested deletion IDs. If empty, then there are no suggested deletions of this list.

§
suggestedInsertionId?: string
[src]

The suggested insertion ID. If empty, then this is not a suggested insertion.

§
suggestedListPropertiesChanges?: {
[key: string]: SuggestedListProperties;
}
[src]

The suggested changes to the list properties, keyed by suggestion ID.