Class ResolveNodeCommandSettings
Resolves the JavaScript node object for a given NodeId or BackendNodeId.
public sealed class ResolveNodeCommandSettings : ICommand
- Inheritance
-
ResolveNodeCommandSettings
- Implements
- Inherited Members
Properties
BackendNodeId
Backend identifier of the node to resolve.
[JsonPropertyName("backendNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? BackendNodeId { get; set; }
Property Value
- long?
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ExecutionContextId
Execution context in which to resolve the node.
[JsonPropertyName("executionContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ExecutionContextId { get; set; }
Property Value
- long?
NodeId
Id of the node to resolve.
[JsonPropertyName("nodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeId { get; set; }
Property Value
- long?
ObjectGroup
Symbolic group name that can be used to release multiple objects.
[JsonPropertyName("objectGroup")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ObjectGroup { get; set; }