class CloseWhatsitNode
- supers: Node
Example:
assert.node_type("whatsit", "close", {
id = "whatsit (8)",
subtype = "close (2)",
fields = {
"prev (-1)",
"next (0)",
"id (1)",
"subtype (2)",
"attr (3)",
"stream (4)",
},
})
Reference:
- Corresponding C source code: texnodes.c#L1018-L1020
😱 Types incomplete or incorrect? 🙏 Please contribute!
fields
CloseWhatsitNode.attr
CloseWhatsitNode.attr : Node {
next: Node?,
prev: Node?,
id: integer,
subtype: integer,
head: Node?,
attr: Node,
}
A list of attributes.
CloseWhatsitNode.stream
TeX's stream id number