@technobuddha > react-hooks > DOM > Measurement
Type Alias: ScrollbarSize
ts
type ScrollbarSize = {
scrollbarHeight: number;
scrollbarWidth: number;
};Defined in: size.ts:6
Represents the dimensions of a scrollbar.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
scrollbarHeight | number | The height of the scrollbar in pixels. | src/size.ts:10 |
scrollbarWidth | number | The width of the scrollbar in pixels. | src/size.ts:8 |