genome_spy.binding_radio

genome_spy.binding_radio(*, debounce=Undefined, description=Undefined, labels=Undefined, name=Undefined, options=Undefined)View on GitHub

Create a radio 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 options values. If unspecified, the options value 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 name property can be used instead to specify a custom label for the bound parameter.

  • options (Sequence[Any]) – An array of options to select from.