Link

Markdown link.

Extends

Properties

children

children: PhrasingContent[]

Children of link.

Overrides

Parent.children

Defined in

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


data?

optional data: LinkData

Data associated with the mdast link.

Overrides

Parent.data

Defined in

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


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

Parent.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: "link"

Node type of mdast link.

Overrides

Parent.type

Defined in

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


url

url: string

URL to the referenced resource.

Inherited from

Resource.url

Defined in

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