P IV OT_ NO DE_ TY PE S
Type: Object
There are different types of pivot nodes. They are heavily inspired by families.
Properties
block
Type: String
Can contain text and inlines. Like HTML p.
frame
Type: String
Contains blocks and groups, like HTML div or section.
group
Type: String
Contains a collection of frames, like HTML ul or ol.
inline
Type: String
Contains other inlines and text nodes. Analogue to HTML b or strong.
table
Type: String
A table, uses a TableDefinition (from a table-flow package) to translate between table formats.
text
Type: String
Leaf node, contains text directly.