Class AddScriptToEvaluateOnNewDocumentCommandSettings
AddScriptToEvaluateOnNewDocument
public sealed class AddScriptToEvaluateOnNewDocumentCommandSettings : ICommand
- Inheritance
-
AddScriptToEvaluateOnNewDocumentCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Source
Gets or sets the source
[JsonPropertyName("source")]
public string Source { get; set; }
Property Value
WorldName
Gets or sets the worldName
[JsonPropertyName("worldName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string WorldName { get; set; }