Class GetNavigationHistoryCommandResponse
Response for Returns navigation history for the current page.
public sealed class GetNavigationHistoryCommandResponse : ICommandResponse<GetNavigationHistoryCommandSettings>, ICommandResponse
- Inheritance
-
GetNavigationHistoryCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
CurrentIndex
Index of the current navigation history entry.
[JsonPropertyName("currentIndex")]
public long CurrentIndex { get; set; }
Property Value
Entries
Array of navigation history entries.
[JsonPropertyName("entries")]
public NavigationEntry[] Entries { get; set; }