Class EnableCommandSettings
Starts observing for sinks that can be used for tab mirroring, and if set, sinks compatible with |presentationUrl| as well. When sinks are found, a |sinksUpdated| event is fired. Also starts observing for issue messages. When an issue is added or removed, an |issueUpdated| event is fired.
public sealed class EnableCommandSettings : ICommand
- Inheritance
-
EnableCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
PresentationUrl
Gets or sets the presentationUrl
[JsonPropertyName("presentationUrl")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PresentationUrl { get; set; }