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

ListProperties

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

The properties of a list that describe the look and feel of bullets belonging to paragraphs associated with a list.

interface ListProperties {
nestingLevels?: NestingLevel[];
}

§Properties

§
nestingLevels?: NestingLevel[]
[src]

Describes the properties of the bullets at the associated level. A list has at most 9 levels of nesting with nesting level 0 corresponding to the top-most level and nesting level 8 corresponding to the most nested level. The nesting levels are returned in ascending order with the least nested returned first.