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

HorizontalRule

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

A ParagraphElement representing a horizontal line.

interface HorizontalRule {
suggestedDeletionIds?: string[];
suggestedInsertionIds?: string[];
suggestedTextStyleChanges?: {
[key: string]: SuggestedTextStyle;
}
;
textStyle?: TextStyle;
}

§Properties

§
suggestedDeletionIds?: string[]
[src]

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

§
suggestedInsertionIds?: string[]
[src]

The suggested insertion IDs. A HorizontalRule may have multiple insertion IDs if it is a nested suggested change. If empty, then this is not a suggested insertion.

§
suggestedTextStyleChanges?: {
[key: string]: SuggestedTextStyle;
}
[src]

The suggested text style changes to this HorizontalRule, keyed by suggestion ID.

§
textStyle?: TextStyle
[src]

The text style of this HorizontalRule. Similar to text content, like text runs and footnote references, the text style of a horizontal rule can affect content layout as well as the styling of text inserted next to it.