input_group

input_group { name="", description="", inputs... }[table_call]
Parameters
  • name (string) – Name of the input input group. name= can be omitted.

  • description (string) – Description for the input group.

  • inputs – List of inputs. See below.

input_group allows to implicitly create the group of input. Depending on the type of inputs and on the platforms - the way the inputs are displayed varies.

../../_images/input_groups.png

Example:

input_group {
    "Line",
    color = input { default = "#56CEFF", type = input.color },
    width = input { default = 1, type = input.line_width}
}