Class GetScriptSourceCommandSettings
Returns source for the script with given id.
public sealed class GetScriptSourceCommandSettings : ICommand
- Inheritance
-
GetScriptSourceCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ScriptId
Id of the script to get source for.
[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }