Interface DefinitionContentMap

This map registers all node definition types.

This interface can be augmented to register custom node types.

Example

declare module 'mdast' {
interface DefinitionContentMap {
custom: Custom;
}
}

Hierarchy

  • DefinitionContentMap

Properties

definition: Definition
footnoteDefinition: FootnoteDefinition

Generated using TypeDoc