Class ReloadCommandSettings
Reload
- Inheritance
-
Reload
Command Settings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
Property Value
IgnoreCache
Gets or sets the ignoreCache
[JsonPropertyName("ignoreCache")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IgnoreCache { get; set; }
Property Value
- bool?
LoaderId
Gets or sets the loaderId
[JsonPropertyName("loaderId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string LoaderId { get; set; }
Property Value
ScriptToEvaluateOnLoad
Gets or sets the scriptToEvaluateOnLoad
[JsonPropertyName("scriptToEvaluateOnLoad")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ScriptToEvaluateOnLoad { get; set; }