Defined in: node_modules/@types/hast/index.d.ts:205
HTML element.
children:
ElementContent
[]
Defined in: node_modules/@types/hast/index.d.ts:221
Children of element.
optional
content:Root
Defined in: node_modules/@types/hast/index.d.ts:226
When the tagName
field is 'template'
, a content
field can be
present.
optional
data:ElementData
Defined in: node_modules/@types/hast/index.d.ts:230
Data associated with the element.
optional
position: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.
properties:
Properties
Defined in: node_modules/@types/hast/index.d.ts:217
Info associated with the element.
tagName:
string
Defined in: node_modules/@types/hast/index.d.ts:213
Tag name (such as 'body'
) of the element.
type:
"element"
Defined in: node_modules/@types/hast/index.d.ts:209
Node type of elements.