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