class PdfLinkStateWhatsitNode
Example:
assert.node_type("whatsit", "pdf_link_state", {
id = "whatsit (8)",
subtype = "pdf_link_state (33)",
fields = {
"prev (-1)",
"next (0)",
"id (1)",
"subtype (2)",
"attr (3)",
"value (4)",
},
})
https://gitlab.lisn.upsaclay.fr/texlive/luatex/-/blob/4f2b914d365bab8a2747afe6e8c86d0f1c8475f7/source/texk/web2c/luatexdir/tex/texnodes.c#L1141-1143
😱 Types incomplete or incorrect? 🙏 Please contribute!
fields
PdfLinkStateWhatsitNode.attr
PdfLinkStateWhatsitNode.attr : Node {
next: Node?,
prev: Node?,
id: integer,
subtype: integer,
head: Node?,
attr: Node,
}
A list of attributes.