Type Alias ScrollPosition

ScrollPosition: {
    scrollHeight: number;
    scrollLeft: number;
    scrollTop: number;
    scrollWidth: number;
}