search

goog.History.Event

Provided By
Extends
Alias for
warning Deprecated

Use goog.history.Event.

Constant for the history change event type.

new Event( token, isNavigation )

Parameters
tokenstring

The string identifying the new history state.

isNavigationboolean

True if the event was triggered by a browser action, such as forward or back, clicking on a link, editing the URL, or calling window.history.(go|back|forward). False if the token has been changed by a setToken or replaceToken call.

Instance Methods

Instance Properties