Interface: MixedContent¶
Defined in: core/src/types/ast.ts:439
Mixed content with both text and properties.
Extends¶
Properties¶
inlineUses?¶
optionalinlineUses?:InlineUseDeclaration[]
Defined in: core/src/types/ast.ts:448
Inline
Use¶
declarations (consumed by resolver, ephemeral)
listItems?¶
optionallistItems?:Value[]
Defined in: core/src/types/ast.ts:446
Dash-list entries interleaved with text or properties
loc¶
loc:
SourceLocation
Defined in: core/src/types/ast.ts:16
Source location
Inherited from¶
properties¶
properties:
Record\<string,Value>
Defined in: core/src/types/ast.ts:444
Properties
text?¶
optionaltext?:TextContent
Defined in: core/src/types/ast.ts:442
Optional text content
type¶
readonlytype:"MixedContent"
Defined in: core/src/types/ast.ts:440
Node type discriminator