Class InspectedElementAnchorConfig
InspectedElementAnchorConfig
public sealed class InspectedElementAnchorConfig
- Inheritance
-
InspectedElementAnchorConfig
- Inherited Members
Properties
BackendNodeId
Identifier of the backend node to highlight.
[JsonPropertyName("backendNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? BackendNodeId { get; set; }
Property Value
- long?
NodeId
Identifier of the node to highlight.
[JsonPropertyName("nodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeId { get; set; }
Property Value
- long?