Class NavigateToHistoryEntryCommandSettings
NavigateToHistoryEntry
public sealed class NavigateToHistoryEntryCommandSettings : ICommand- Inheritance
- 
      
      NavigateToHistoryEntryCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
EntryId
Gets or sets the entryId
[JsonPropertyName("entryId")]
public long EntryId { get; set; }