Reference

Defined in: node_modules/@types/mdast/index.d.ts:88

Marker that is associated to another node.

Extends

Extended by

Properties

identifier

identifier: string

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

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

Association.identifier


label?

optional label: null | string

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

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

Association.label


referenceType

referenceType: ReferenceType

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

Explicitness of the reference.