Class SetNavigatorOverridesCommandSettings
Overrides value returned by the javascript navigator object.
public sealed class SetNavigatorOverridesCommandSettings : ICommand
- Inheritance
-
SetNavigatorOverridesCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Platform
The platform navigator.platform should return.
[JsonPropertyName("platform")]
public string Platform { get; set; }