Delete

Markdown GFM delete (strikethrough).

Extends

Properties

children

children: PhrasingContent[]

Children of GFM delete.

Overrides

Parent.children

Defined in

node_modules/@types/mdast/index.d.ts:612


data?

optional data: DeleteData

Data associated with the mdast GFM delete.

Overrides

Parent.data

Defined in

node_modules/@types/mdast/index.d.ts:616


position?

optional position: Position

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

Parent.position

Defined in

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


type

type: "delete"

Node type of mdast GFM delete.

Overrides

Parent.type

Defined in

node_modules/@types/mdast/index.d.ts:608