ThematicBreak

Defined in: node_modules/@types/mdast/index.d.ts:1082

Markdown thematic break (horizontal rule).

Extends

Properties

data?

optional data: ThematicBreakData

Defined in: node_modules/@types/mdast/index.d.ts:1090

Data associated with the mdast thematic break.

Overrides

Node.data


position?

optional position: Position

Defined in: node_modules/@types/unist/index.d.ts:103

Position of a node in a source document.

Nodes that are generated (not in the original source document) must not have a position.

Inherited from

Node.position


type

type: "thematicBreak"

Defined in: node_modules/@types/mdast/index.d.ts:1086

Node type of mdast thematic break.

Overrides

Node.type