class AttributeNode
- supers: Node
Example:
assert.node_type("attribute", nil, {
id = "attribute (38)",
fields = { "next (0)", "id (1)", "number (2)", "value (3)" },
})
Reference:
- Corresponding C source code: texnodes.c#L729-L731
😱 Types incomplete or incorrect? 🙏 Please contribute!