Interface INewScrollPosition

interface INewScrollPosition {
    scrollLeft?: number;
    scrollTop?: number;
}

Properties

scrollLeft?: number
scrollTop?: number