InlineCite
InlineCite =
BaseNode&object
Defined in: types/ast.generated.ts:162
Type Declaration
Section titled “Type Declaration”children?
Section titled “children?”
optionalchildren:Inline[]
Optional inline content that represents the cite text.
expanded?
Section titled “expanded?”
optionalexpanded:boolean
True for [[[FOO]]] form - displays full title.
forcedInformative?
Section titled “forcedInformative?”
optionalforcedInformative:boolean
True if [[?FOO]] form.
forcedNormative?
Section titled “forcedNormative?”
optionalforcedNormative:boolean
True if [[!FOO]] or data-cite starts with !.
fragment?
Section titled “fragment?”
optionalfragment:string|null
Fragment identifier from data-cite (e.g., ‘the-a-element’).
key:
string
Citation key (e.g., RFC2119, WHATWG-URL, etc.)
optionalkind:"normative"|"informative"
Final citation kind. Determined by forcing or section context.
optionalpath:string|null
Path component from data-cite (e.g., ‘/section-2’).
specId?
Section titled “specId?”
optionalspecId:string|null
Spec shortname from data-cite (e.g., ‘html’, ‘dom’).
type:
"cite"