Defined in: node_modules/@types/mdast/index.d.ts:748
Markdown image.
optional
alt:null
|string
Defined in: node_modules/@types/mdast/index.d.ts:45
Equivalent content for environments that cannot represent the node as intended.
optional
data:ImageData
Defined in: node_modules/@types/mdast/index.d.ts:756
Data associated with the mdast image.
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.
optional
title:null
|string
Defined in: node_modules/@types/mdast/index.d.ts:107
Advisory information for the resource, such as would be appropriate for a tooltip.
type:
"image"
Defined in: node_modules/@types/mdast/index.d.ts:752
Node type of mdast image.
url:
string
Defined in: node_modules/@types/mdast/index.d.ts:102
URL to the referenced resource.