Defined in: node_modules/@types/mdast/index.d.ts:502
Abstract mdast node that contains other mdast nodes (children).
This interface is supposed to be extended if you make custom mdast nodes.
For a union of all registered mdast parents, see Parents.
RootBlockquoteDeleteEmphasisFootnoteDefinitionHeadingLinkLinkReferenceListListItemParagraphStrongTableTableCellTableRowchildren:
RootContent[]
Defined in: node_modules/@types/mdast/index.d.ts:506
List of children.
optionaldata:Data
Defined in: node_modules/@types/mdast/index.d.ts:492
Info from the ecosystem.
optionalposition: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.
type:
string
Defined in: node_modules/@types/unist/index.d.ts:90
Node type.