Kind: Interface
Source: atloria-monorepo/packages/core/src/rendering/types.ts
Include reference node Represents a reference to a reusable block
Properties
| Property | Type |
|---|---|
type | 'include_reference' |
blockId | string |
resolved | boolean |
resolvedContent | ASTNode[] |
Was this page helpful?