Text, Number, Slider, Date, & Checkbox inputs
Text
Simple text input that returns a string.
Numeric
Similar to text, but returns a numeric with increment options.
Slider
Numeric input with configurable minimum, maximum, and step size.
Date / Time
A calendar-based date picker that allows selection of dates and, optionally, times.
For the ability to use non-fixed dates, toggle on Show relative dates. Use the relative dates tab to select fixed time intervals relative to the current date.
Inputs are stored as datetime.datetime
objects and can be accessed as they would be normally (see Python documentation here).
Checkbox
Boolean input (True/False). Optionally, can be configured as a toggle.