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
IncludeCommandLineAPI
Gets or sets the includeCommandLineAPI
[JsonPropertyName("includeCommandLineAPI")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeCommandLineAPI { get; set; }Property Value
- bool?
RunImmediately
Gets or sets the runImmediately
[JsonPropertyName("runImmediately")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? RunImmediately { get; set; }Property Value
- bool?
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; }