InlineDefinition
InlineDefinition =
BaseNode&object
Defined in: types/ast.generated.ts:78
Type Declaration
Section titled “Type Declaration”children
Section titled “children”children:
Inline[]
dfnType?
Section titled “dfnType?”
optionaldfnType:string
Definition type from data-dfn-type (e.g., dfn, attribute, method). Defaults to ‘dfn’.
explicitId?
Section titled “explicitId?”
optionalexplicitId:string
Author-specified definition identifier, if provided.
forContexts?
Section titled “forContexts?”
optionalforContexts: (string|null)[]
For-contexts from data-dfn-for attribute (e.g., owning interface). Parse fills from data-dfn-for or [null].
optionalid:string
Canonical unique identifier for this definition. May be assigned/refined during resolve.
linkTexts?
Section titled “linkTexts?”
optionallinkTexts:string[]
Alternative link texts from data-lt attribute. Parse fills from data-lt or [term].
term:
string
The term being defined (normalized)
type:
"definition"