ui.any

ui.any(**kwargs)

New in metview-python version 1.9.0.

Defines a value input widget to be used in ui.dialog().

Parameters
  • name (str) – parameter name

  • values – value or list of values

  • default – default value

  • help ({"help_input", "help_script", "help_multiple_selection"}, default: None) – creates a helper button with a given helper action in the widget.

  • input_type ({point, line, area}, default "line") – define the input type popup editor when help is “help_input”.

  • help_script_command (str) – defines the shell command to be executed when help is “help_script”

Return type

object to be used in ui.dialog()

Note

See also ui.dialog()