ImageReference

Markdown image reference.

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: ImageReferenceData

Data associated with the mdast image reference.

Overrides

Node.data

Defined in

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


identifier

identifier: string

Relation of association.

identifier is a source value: character escapes and character references are not parsed.

It can match another node.

Its value must be normalized. To normalize a value, collapse markdown whitespace ([\t\n\r ]+) to a space, trim the optional initial and/or final space, and perform Unicode-aware case-folding.

Inherited from

Reference.identifier

Defined in

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


label?

optional label: null | string

Relation of association, in parsed form.

label is a string value: it works just like title on Link or a lang on Code: character escapes and character references are parsed.

It can match another node.

Inherited from

Reference.label

Defined in

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


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


referenceType

referenceType: ReferenceType

Explicitness of the reference.

Inherited from

Reference.referenceType

Defined in

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


type

type: "imageReference"

Node type of mdast image reference.

Overrides

Node.type

Defined in

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