LocationChangeEvent

A serializable version of the event from onPopState or onHashChange

interface LocationChangeEvent { type: string state: any }

属性

属性名类型说明
type
state