Interface HashChangeEventInit
interface HashChangeEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
newURL?: string;
oldURL?: string;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
newURL?: string;
oldURL?: string;
}
Hierarchy (View Summary)
- EventInit
- HashChangeEventInit
Index
Properties
Was this helpful?