Class ExecuteWasmEvaluatorCommandSettings
ExecuteWasmEvaluator
public sealed class ExecuteWasmEvaluatorCommandSettings : ICommand
- Inheritance
-
ExecuteWasmEvaluatorCommandSettings
- 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
Evaluator
Gets or sets the evaluator
[JsonPropertyName("evaluator")]
public string Evaluator { get; set; }
Property Value
Timeout
Gets or sets the timeout
[JsonPropertyName("timeout")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Timeout { get; set; }