alias FenceNodeSubtype
(alias) FenceNodeSubtype = (0|1|2|3|4)
| 0 -- unset
| 1 -- left
| 2 -- middle
| 3 -- right
| 4 -- no
Reference:
- Corresponding C source code: texnodes.c#L627-L631
😱 Types incomplete or incorrect? 🙏 Please contribute!