PopStateEvent
interface PopStateEvent {
pop?: boolean
state?: any
type?: string
url?: string
}
Properties
Property | Description |
---|---|
pop?: boolean
|
|
state?: any
|
|
type?: string
|
|
url?: string
|