Class NavigateToHistoryEntryCommandSettings
Navigates current page to the given history entry.
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
Unique id of the entry to navigate to.
[JsonPropertyName("entryId")]
public long EntryId { get; set; }