Interface: IQMenuArtOptions
core/menu.IQMenuArtOptions
Table of contents
Properties
Properties
center
• Optional center: "auto" | "horizontal" | "vertical" | "both" | "none"
Centering mode for artwork positioning based on screen resolution.
- ‘auto’: Center if artwork is smaller than screen (default)
- ‘horizontal’: Center horizontally only
- ‘vertical’: Center vertically only
- ‘both’: Always center both axes
- ‘none’: No centering, render at 1,1 (legacy behavior)
Defined in
clearScreenBefore
• Optional clearScreenBefore: boolean
Defined in
filename
• filename: string
Defined in
mode
• Optional mode: "line" | "character" | "@-codes" | "mci"
Defined in
speed
• Optional speed: number
Defined in
x
• Optional x: number
Explicit X position (1-indexed). Overrides centering.
Defined in
y
• Optional y: number
Explicit Y position (1-indexed). Overrides centering.