Interface: BBSMenuItem
core/bbs.BBSMenuItem
Menu item definition for declarative menus
Table of contents
Properties
Properties
action
• Optional action: "back" | "quit" | () => any
Action to perform: “back”, “quit”, or a function
Defined in
goto
• Optional goto: string
Name of another menu to navigate to
Defined in
key
• key: string
Hotkey for this menu item
Defined in
label
• label: string
Display label
Defined in
x
• Optional x: number
Explicit X position for this item (bypasses layout system)
Defined in
y
• Optional y: number
Explicit Y position for this item (bypasses layout system)