コンテンツにスキップ

MdiPublicationRoot

このコンテンツはまだ日本語訳がありません。

Defined in: nodejs/packages/mdi/src/index.ts:259

  • Root

children: RootContent[]

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/mdast/index.d.ts:506

List of children.

Root.children


optional data?: RootData & object

Defined in: nodejs/packages/mdi/src/index.ts:260

Data associated with the mdast root.

optional frontmatter?: MdiPublicationFrontmatter

Root.data


optional position?: Position

Defined in: node_modules/.pnpm/@[email protected]/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.

Root.position


type: "root"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/mdast/index.d.ts:952

Node type of mdast root.

Root.type