Class SetInspectedNodeCommandSettings
Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
public sealed class SetInspectedNodeCommandSettings : ICommand
- Inheritance
-
SetInspectedNodeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
NodeId
DOM node id to be accessible by means of $x command line API.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }