Interactions
Items in layouts support:commands: Array of strings executed on any clickinteractions: Map of click type → commands (LEFT_CLICK, RIGHT_CLICK, SHIFT_LEFT_CLICK, etc.)triggers: Array of TypeWriter Entry references
Scroll Buttons
ScrollableLayout with showDefaultButtons: true auto-generates arrow buttons:
- Vertical (vh > visible): UP arrow at top-right (x=8, y=0), DOWN arrow at middle-right (x=8, y=1)
- Horizontal (vw > 9): LEFT arrow at top-left (x=0, y=0), RIGHT arrow at middle-left (x=6, y=0)
buttons array with direction and item.