Docs (4.0.0)

getHistory

Returns a list of all locations currently in navigation history.

getHistory(): string[]

Notes

  • Locations are returned as strings (e.g. pageId or pageId/detail), in the order they were navigated to, oldest first.

Related