MdiPagebreak
Defined in: nodejs/packages/mdast-util-mdi/src/types.ts:114
[[pagebreak]] / [[pagebreak:right]] / [[pagebreak:left]] —
SYNTAX.md §11.
Block-level leaf, always its own element (unlike indent/bottom, which annotate an existing block rather than introducing a new one).
Extends
Section titled “Extends”Node
Properties
Section titled “Properties”
optionaldata?:Data
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/unist/index.d.ts:95
Info from the ecosystem.
Inherited from
Section titled “Inherited from”Node.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”Node.position
type:
"mdiPagebreak"
Defined in: nodejs/packages/mdast-util-mdi/src/types.ts:115
Node type.
Overrides
Section titled “Overrides”Node.type
variant?
Section titled “variant?”
optionalvariant?:"right"|"left"
Defined in: nodejs/packages/mdast-util-mdi/src/types.ts:116