| orientation | The orientation of scrollbar | horizontal | vertical | vertical |
| width | Width | number | [] |
| height | Height | number | [] |
| value | 值 | number ∈ [0, 1] | 0 |
| min | The lower limit of values of the scrollable range. | number ∈ [0, 1) | 1 |
| max | The upper limit of values of the scrollable range. | number ∈ (min, 1] | 0 |
| trackStyle | The style of scrollbar track | {default: RectProps, active: RectProps} | [] |
| isRound | Whether the scrollbar thumb has round edge | boolean | true |
| thumbLen | The length of scrollbar thumb | boolean | [] |
| thumbStyle | The style of scrollbar thumb | {default: RectProps, active: RectProps} | [] |