interface HashChangeEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    newURL?: string;
    oldURL?: string;
}

Hierarchy (view full)

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
newURL?: string
oldURL?: string

Generated using TypeDoc