📄️ SelectParameterOption (class)
SelectParameterOption objects are used to define the options for single-select and multi-select parameters. This is a subclass of [ParameterOption].
📄️ DateParameterOption (class)
DateParameterOption objects can be used to define the bounds and default date of a date parameter. Note that only one option can appear at a time, but different options may appear based on user attributes or parent parameter selections. This is a subclass of [ParameterOption].
📄️ DateRangeParameterOption (class)
DateRangeParameterOption objects can be used to define the bounds and default start and end dates of a date range parameter. Note that only one option can appear at a time, but different options may appear based on user attributes or parent parameter selections. This is a subclass of [ParameterOption].
📄️ NumberParameterOption (class)
NumberParameterOption objects can be used to define the selectable range and default value of a number parameter. Note that only one option can appear at a time, but different options may appear based on user attributes or parent parameter selections. This is a subclass of [ParameterOption].
📄️ NumberRangeParameterOption (class)
NumberRangeParameterOption objects can be used to define the selectable range and default values of a number range parameter. Note that only one option can appear at a time, but different options may appear based on user attributes or parent parameter selections. This is a subclass of [ParameterOption].
📄️ TextParameterOption (class)
TextParameterOption objects can be used to define the default text value of a text parameter. Note that only one option can appear at a time, but different options may appear based on user attributes or parent parameter selections. This is a subclass of [ParameterOption].