MdiPublicationRoot
このコンテンツはまだ日本語訳がありません。
Defined in: nodejs/packages/mdi/src/index.ts:259
Extends
Section titled “Extends”Root
Properties
Section titled “Properties”children
Section titled “children”children:
RootContent[]
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/mdast/index.d.ts:506
List of children.
Inherited from
Section titled “Inherited from”Root.children
optionaldata?:RootData&object
Defined in: nodejs/packages/mdi/src/index.ts:260
Data associated with the mdast root.
Type Declaration
Section titled “Type Declaration”frontmatter?
Section titled “frontmatter?”
optionalfrontmatter?:MdiPublicationFrontmatter
Overrides
Section titled “Overrides”Root.data
position?
Section titled “position?”
optionalposition?: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.
Inherited from
Section titled “Inherited from”Root.position
type:
"root"
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/mdast/index.d.ts:952
Node type of mdast root.
Inherited from
Section titled “Inherited from”Root.type