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

Bullet

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

Describes the bullet of a paragraph.

interface Bullet {
listId?: string;
nestingLevel?: number;
textStyle?: TextStyle;
}

§Properties

§
listId?: string
[src]

The ID of the list this paragraph belongs to.

§
nestingLevel?: number
[src]

The nesting level of this paragraph in the list.

§
textStyle?: TextStyle
[src]

The paragraph-specific text style applied to this bullet.