input_group¶
- input_group { name="", description="", inputs... }[table_call]¶
- Parameters
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.Example:
input_group { "Line", color = input { default = "#56CEFF", type = input.color }, width = input { default = 1, type = input.line_width} }