Expand description
Structured content nodes — the output of Content.render().
ContentNode is a rich, structured representation of rendered output that supports styled text, tables, code blocks, charts, key-value pairs, and fragments (compositions of multiple nodes).
Structs§
- Chart
Channel - A named data channel in a chart (e.g. “x”, “y”, “open”, “high”, “low”, “close”).
- Chart
Spec - Content
Table - Style
- Styled
Span - Styled
Text
Enums§
- Border
Style - Chart
Type - Color
- Content
Node - A structured content node — the output of Content.render()
- Named
Color
Type Aliases§
- Chart
Series - Backward-compatible type alias. New code should use
ChartChanneldirectly.