Skip to content

BodyElement

BodyElement = { kind: "paragraph"; paragraph: Paragraph; } | { kind: "table"; table: Table; } | { image: ImageBlock; kind: "image"; } | { kind: "shape"; shape: ShapeBlock; } | { chart: ChartBlock; kind: "chart"; }

Defined in: src/core/document-model/types.ts:551