Image

Markdown image.

Extends

Properties

alt?

optional alt: null | string

Equivalent content for environments that cannot represent the node as intended.

Inherited from

Alternative.alt

Defined in

node_modules/@types/mdast/index.d.ts:45


data?

optional data: ImageData

Data associated with the mdast image.

Overrides

Node.data

Defined in

node_modules/@types/mdast/index.d.ts:756


position?

optional position: Position

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

Node.position

Defined in

node_modules/@types/unist/index.d.ts:103


title?

optional title: null | string

Advisory information for the resource, such as would be appropriate for a tooltip.

Inherited from

Resource.title

Defined in

node_modules/@types/mdast/index.d.ts:107


type

type: "image"

Node type of mdast image.

Overrides

Node.type

Defined in

node_modules/@types/mdast/index.d.ts:752


url

url: string

URL to the referenced resource.

Inherited from

Resource.url

Defined in

node_modules/@types/mdast/index.d.ts:102