Class SetRPHRegistrationModeCommandSettings
Extensions for Custom Handlers API: https://html.spec.whatwg.org/multipage/system-state.html#rph-automation
public sealed class SetRPHRegistrationModeCommandSettings : ICommand
- Inheritance
-
SetRPHRegistrationModeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Mode
Gets or sets the mode
[JsonPropertyName("mode")]
public string Mode { get; set; }