Page.getNavigationHistory
Returns navigation history for the current page.
{
"name": "getNavigationHistory",
"returns": [
{
"name": "currentIndex",
"type": "integer",
"description": "Index of the current navigation history entry."
},
{
"name": "entries",
"type": "array",
"items": {
"$ref": "NavigationEntry"
},
"description": "Array of navigation history entries."
}
],
"description": "Returns navigation history for the current page."
}