Class SetScriptSourceCommandSettings
SetScriptSource
public sealed class SetScriptSourceCommandSettings : ICommand
- Inheritance
-
SetScriptSourceCommandSettings
- Implements
- Inherited Members
Properties
AllowTopFrameEditing
Gets or sets the allowTopFrameEditing
[JsonPropertyName("allowTopFrameEditing")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? AllowTopFrameEditing { get; set; }
Property Value
- bool?
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
DryRun
Gets or sets the dryRun
[JsonPropertyName("dryRun")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? DryRun { get; set; }
Property Value
- bool?
ScriptId
Gets or sets the scriptId
[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }
Property Value
ScriptSource
Gets or sets the scriptSource
[JsonPropertyName("scriptSource")]
public string ScriptSource { get; set; }