class ShapeNode
- supers: Node
\parshape
Example:
assert.node_type(
"shape",
nil,
{
id = "shape (49)",
fields = { "prev (-1)", "next (0)", "id (1)", "subtype (2)" },
}
)
Reference:
- Corresponding C source code: texnodes.c#L488
😱 Types incomplete or incorrect? 🙏 Please contribute!