interface HistoryEntry {
    scrollTop: undefined | number;
    url: string;
}

Properties

Properties

scrollTop: undefined | number

Scroll position of this history entry

url: string

URL of this history entry