LocationChangeEvent
A serializable version of the event from onPopState or onHashChange
interface LocationChangeEvent {
type: string
state: any
}
属性
| 属性 | 说明 |
|---|---|
type: string | |
state: any |
A serializable version of the event from onPopState or onHashChange
interface LocationChangeEvent {
type: string
state: any
}
| 属性 | 说明 |
|---|---|
type: string | |
state: any |