Hierarchy

Hierarchy

  • IIgrMultiSliderProps

Properties

actualPixelScalingRatio?: string | number
areThumbCalloutsEnabled?: string | boolean
barBrush?: string
barExtent?: string | number
barOutline?: string
barStrokeThickness?: string | number
calloutBrush?: string
calloutOutline?: string
calloutStrokeThickness?: string | number
calloutTextColor?: string
children?: ReactNode
endInset?: string | number
max?: string | number
min?: string | number
orientation?: string | MultiSliderOrientation
pixelScalingRatio?: string | number

Gets or sets the scaling value used to affect the pixel density of the control. A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.

rangeThumbBrush?: string
rangeThumbOutline?: string
rangeThumbRidgesBrush?: string
rangeThumbStrokeThickness?: string | number
resolvingToolTipValue?: ((s, e) => void)

Type declaration

startInset?: string | number
step?: string | number
thumbBrush?: string
thumbCalloutTextStyle?: string
thumbHeight?: string | number
thumbOutline?: string
thumbRidgesBrush?: string
thumbStrokeThickness?: string | number
thumbValueChanged?: ((s, e) => void)

Type declaration

thumbValueChanging?: ((s, e) => void)

Type declaration

thumbWidth?: string | number
trackEndInset?: string | number
trackStartInset?: string | number
windowRect?: string | IgRect
yMax?: string | number
yMin?: string | number
yStep?: string | number
yTrackEndInset?: string | number
yTrackStartInset?: string | number
yValue?: string | number
yValueChanged?: ((s, e) => void)

Type declaration

yValueChanging?: ((s, e) => void)

Type declaration