InlineCode

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

Markdown code (text) (inline).

Extends

Properties

data?

optional data: InlineCodeData

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

Data associated with the mdast code (text).

Overrides

Literal.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

Literal.position


type

type: "inlineCode"

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

Node type of mdast code (text).

Overrides

Literal.type


value

value: string

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

Plain-text value.

Inherited from

Literal.value