genome_spy.binding_select¶
- genome_spy.binding_select(*, debounce=Undefined, description=Undefined, labels=Undefined, name=Undefined, options=Undefined)View on GitHub¶
Create a select input binding.
- Parameters:
debounce (float) – If defined, delays event handling until the specified milliseconds have elapsed since the last event was fired.
description (str) – An optional description or help text that is shown below the input element.
labels (Sequence[str]) – An array of label strings to represent the
optionsvalues. If unspecified, theoptionsvalue will be coerced to a string and used as the label.name (str) – By default, the parameter name is used to label input elements. This
nameproperty can be used instead to specify a custom label for the bound parameter.options (Sequence[Any]) – An array of options to select from.