Class EvaluateOnCallFrameCommandSettings
EvaluateOnCallFrame
public sealed class EvaluateOnCallFrameCommandSettings : ICommand
- Inheritance
-
EvaluateOnCallFrameCommandSettings
- Implements
- Inherited Members
Properties
CallFrameId
Gets or sets the callFrameId
[JsonPropertyName("callFrameId")]
public string CallFrameId { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Expression
Gets or sets the expression
[JsonPropertyName("expression")]
public string Expression { get; set; }
Property Value
GeneratePreview
Gets or sets the generatePreview
[JsonPropertyName("generatePreview")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? GeneratePreview { get; set; }
Property Value
- bool?
IncludeCommandLineAPI
Gets or sets the includeCommandLineAPI
[JsonPropertyName("includeCommandLineAPI")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeCommandLineAPI { get; set; }
Property Value
- bool?
ObjectGroup
Gets or sets the objectGroup
[JsonPropertyName("objectGroup")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ObjectGroup { get; set; }
Property Value
ReturnByValue
Gets or sets the returnByValue
[JsonPropertyName("returnByValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ReturnByValue { get; set; }
Property Value
- bool?
Silent
Gets or sets the silent
[JsonPropertyName("silent")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Silent { get; set; }
Property Value
- bool?
ThrowOnSideEffect
Gets or sets the throwOnSideEffect
[JsonPropertyName("throwOnSideEffect")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ThrowOnSideEffect { get; set; }
Property Value
- bool?
Timeout
Gets or sets the timeout
[JsonPropertyName("timeout")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Timeout { get; set; }