Class GetNavigationHistoryCommandResponse
Response for GetNavigationHistory
public sealed class GetNavigationHistoryCommandResponse : ICommandResponse<GetNavigationHistoryCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetNavigationHistoryCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
CurrentIndex
Gets or sets the currentIndex
[JsonPropertyName("currentIndex")]
public long CurrentIndex { get; set; }Property Value
Entries
Gets or sets the entries
[JsonPropertyName("entries")]
public NavigationEntry[] Entries { get; set; }