Kind: Interface
Source: atloria-monorepo/packages/core/src/rendering/types.ts
Document AST root
Properties
| Property | Type |
|---|---|
nodes | ASTNode[] |
blocks | Map<string, BlockDefinitionNode> |
errors | ParseError[] |
warnings | ParseWarning[] |
Kind: Interface
Source: atloria-monorepo/packages/core/src/rendering/types.ts
Document AST root
| Property | Type |
|---|---|
nodes | ASTNode[] |
blocks | Map<string, BlockDefinitionNode> |
errors | ParseError[] |
warnings | ParseWarning[] |
Was this page helpful?