Link

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

Markdown link.

Extends

Properties

children

children: PhrasingContent[]

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

Children of link.

Overrides

Parent.children


data?

optional data: LinkData

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

Data associated with the mdast link.

Overrides

Parent.data


position?

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.

Inherited from

Parent.position


title?

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.

Inherited from

Resource.title


type

type: "link"

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

Node type of mdast link.

Overrides

Parent.type


url

url: string

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

URL to the referenced resource.

Inherited from

Resource.url