SliderAggUI

PropertyDescriptionDefaultTypeRequired
minMinimum value for the sliderNoneUnion[int, float, None]No
maxMaximum value for the sliderNoneUnion[int, float, None]No
show_ticksWhether to show ticks on the sliderTrueboolNo
stepSize of the steps the slide will make to increase or decrease10Union[int, float, None]

No



SliderAgg

PropertyDescriptionDefaultTypeRequired
typeType of aggregationDynamicAggType.SLIDERDynamicAggTypeYes
ui_onlySection dedicated to UI transformation options only. Not required for regular aggregation processNoneUnion[SliderAggUI, None]No
  • No labels