Skip to content

InlineCite

InlineCite = BaseNode & object

Defined in: types/ast.generated.ts:162

optional children: Inline[]

Optional inline content that represents the cite text.

optional expanded: boolean

True for [[[FOO]]] form - displays full title.

optional forcedInformative: boolean

True if [[?FOO]] form.

optional forcedNormative: boolean

True if [[!FOO]] or data-cite starts with !.

optional fragment: string | null

Fragment identifier from data-cite (e.g., ‘the-a-element’).

key: string

Citation key (e.g., RFC2119, WHATWG-URL, etc.)

optional kind: "normative" | "informative"

Final citation kind. Determined by forcing or section context.

optional path: string | null

Path component from data-cite (e.g., ‘/section-2’).

optional specId: string | null

Spec shortname from data-cite (e.g., ‘html’, ‘dom’).

type: "cite"