Skip to main content

Module content

Module content 

Source
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§

ChartChannel
A named data channel in a chart (e.g. “x”, “y”, “open”, “high”, “low”, “close”).
ChartSpec
ContentTable
Style
StyledSpan
StyledText

Enums§

BorderStyle
ChartType
Color
ContentNode
A structured content node — the output of Content.render()
NamedColor

Type Aliases§

ChartSeries
Backward-compatible type alias. New code should use ChartChannel directly.