Class CreateStyleSheetCommandSettings
CreateStyleSheet
public sealed class CreateStyleSheetCommandSettings : ICommand- Inheritance
- 
      
      CreateStyleSheetCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Force
Gets or sets the force
[JsonPropertyName("force")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Force { get; set; }Property Value
- bool?
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
public string FrameId { get; set; }