InlineReference
InlineReference =
BaseNode&object
Defined in: types/ast.generated.ts:106
Type Declaration
Section titled “Type Declaration”allowExternal?
Section titled “allowExternal?”
optionalallowExternal:boolean
Whether external lookup is allowed. False if data-allow-external=‘no’.
candidateTerms?
Section titled “candidateTerms?”
optionalcandidateTerms:string[]
Alternative term candidates from data-lt. Parse fills from data-lt or [targetTerm].
children
Section titled “children”children:
Inline[]
forContexts?
Section titled “forContexts?”
optionalforContexts: (string|null)[]
For-contexts from data-xref-for (e.g., owning interface). Parse fills from data-xref-for or [null].
preferredType?
Section titled “preferredType?”
optionalpreferredType:string|null
Preferred definition type from data-link-type.
targetId?
Section titled “targetId?”
optionaltargetId:string
Resolved ID of the referenced definition. Filled during resolve phase.
targetTerm
Section titled “targetTerm”targetTerm:
string
Primary reference term used to resolve a target definition.
type:
"reference"
xrefSpec?
Section titled “xrefSpec?”
optionalxrefSpec:string|null
Explicit spec to search from data-xref-spec. Restricts external search.