@sqlrooms/documents / BlockDocumentChartImageBlock
Type Alias: BlockDocumentChartImageBlock
BlockDocumentChartImageBlock =
object
A chart image block referencing a rendered chart asset by ID with optional caption.
Type Declaration
| Name | Type |
|---|---|
id | string |
intent? | string |
type | "chartImage" |
assetId | string |
caption? | string |
