Class SetShowHingeCommandSettings
SetShowHinge
public sealed class SetShowHingeCommandSettings : ICommand- Inheritance
- 
      
      SetShowHingeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
HingeConfig
Gets or sets the hingeConfig
[JsonPropertyName("hingeConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public HingeConfig? HingeConfig { get; set; }