📄️ ParameterOption (abstract)
This page contains the common arguments for the constructors of all ParameterOption classes. This page is provided to avoid repeated text. The "ParameterOption" class is actually an abstract class that other ParameterOption classes extend on. Do not use this class directly.
📄️ SelectParameterOption
The class for parameter options of single-select and multi-select parameters. See [ParameterOption] page for more details on the common constructor arguments.
📄️ DateParameterOption
The class for parameter options of date parameters. Note that only one option can appear at a time, but different options may appear based on authenticated user or parent parameter selections. See [ParameterOption] page for more details on the common constructor arguments.
📄️ DateRangeParameterOption
The class for parameter options of date range parameters. Note that only one option can appear at a time, but different options may appear based on authenticated user or parent parameter selections. See [ParameterOption] page for more details on the common constructor arguments.
📄️ NumberParameterOption
The class for parameter options of number parameters. Note that only one option can appear at a time, but different options may appear based on authenticated user or parent parameter selections. See [ParameterOption] page for more details on the common constructor arguments.
📄️ NumberRangeParameterOption
The class for parameter options of number range parameters. Note that only one option can appear at a time, but different options may appear based on authenticated user or parent parameter selections. See [ParameterOption] page for more details on the common constructor arguments.