Unique identifier for this option. In production, this should never be changed.
Human readable label shown as a dropdown option.
True if this is a default option.If more than one parameter option of a single-select parameter has this set to True, then the first option will be chosen for the default.
user_groups
Iterable[Any] | str
default:"frozenset()"
parent_option_ids
Iterable[str] | str
default:"frozenset()"
Parent option id(s) that must be selected for this option to be visible. Only applies if parent_name is provided to the factory method create_with_options associated to the SingleSelectParameter or MultiSelectParameter. custom_fields
dict[str, Any]
default:"{}"
Dictionary to associate custom attributes to the parameter option. Attribute names cannot be the same as the arguments above.
(any additional argument)
Custom attributes to the parameter option. Can use any argument name except the ones above.If the argument name is also a key in custom_fields, then the value in custom_fields takes precedence.