You can search for identifiers within the package.
in-package search v0.2.0
Scad.text configuration parameter types
Scad.text
type h_align =
| Left
| Center
| Right
Horizontal alignment
type v_align =
| Top
| Baseline
Vertical alignment
type direction =
| LeftToRight
| RightToLeft
| TopToBottom
| BottomToTop
Reading direction