"""Specifies whether a control widget should be added to the input, adding options to automatically change the value after each prompt is queued. Currently only used for INT and COMBO types."""
options:NotRequired[list[str|int|float]]
"""COMBO type only. Specifies the selectable options for the combo widget.