scroll-container/src/scroll-container/scroll-container.types.ts
Dimensions of the scroll container, scroll offset and content.
Properties |
| offsetHeight |
offsetHeight:
|
Type : number
|
|
Height of the scroll container |
| offsetWidth |
offsetWidth:
|
Type : number
|
|
Width of the scroll container |
| scrollHeight |
scrollHeight:
|
Type : number
|
|
Full height of the content |
| scrollLeft |
scrollLeft:
|
Type : number
|
|
Horizontal scroll offset |
| scrollTop |
scrollTop:
|
Type : number
|
|
Vertical scroll offset |
| scrollWidth |
scrollWidth:
|
Type : number
|
|
Full width of the content |