You can search for identifiers within the package.
in-package search v0.2.0
gooCanvas enums
type anchor_type = [
| `CENTER
| `N
| `NW
| `NE
| `S
| `SW
| `SE
| `W
| `E
]
type item_visibility = [
| `HIDDEN
| `INVISIBLE
| `VISIBLE
| `VISIBLE_ABOVE_THRESHOLD
type pointer_events = [
| `VISIBLE_MASK
| `PAINTED_MASK
| `FILL_MASK
| `STROKE_MASK
| `NONE
| `VISIBLE_PAINTED
| `VISIBLE_FILL
| `VISIBLE_STROKE
| `PAINTED
| `FILL
| `STROKE
| `ALL