Skip to content

InlineDefinition

InlineDefinition = BaseNode & object

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

children: Inline[]

optional dfnType: string

Definition type from data-dfn-type (e.g., dfn, attribute, method). Defaults to ‘dfn’.

optional explicitId: string

Author-specified definition identifier, if provided.

optional forContexts: (string | null)[]

For-contexts from data-dfn-for attribute (e.g., owning interface). Parse fills from data-dfn-for or [null].

optional id: string

Canonical unique identifier for this definition. May be assigned/refined during resolve.

optional linkTexts: string[]

Alternative link texts from data-lt attribute. Parse fills from data-lt or [term].

term: string

The term being defined (normalized)

type: "definition"