interface HistoryEntry {
    scrollTop?: number;
    url: string;
}

Properties

Properties

scrollTop?: number

Scroll position of this history entry

url: string

URL of this history entry