Class AddScriptToEvaluateOnLoadCommandSettings
AddScriptToEvaluateOnLoad
public sealed class AddScriptToEvaluateOnLoadCommandSettings : ICommand
- Inheritance
-
AddScriptToEvaluateOnLoadCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ScriptSource
Gets or sets the scriptSource
[JsonPropertyName("scriptSource")]
public string ScriptSource { get; set; }