Class InspectedElementAnchorConfig
public sealed record InspectedElementAnchorConfig : IEquatable<InspectedElementAnchorConfig>
- Inheritance
-
InspectedElementAnchorConfig
- Implements
- Inherited Members
Constructors
InspectedElementAnchorConfig()
public InspectedElementAnchorConfig()
Properties
BackendNodeId
Identifier of the backend node to highlight.
public BackendNodeId? BackendNodeId { get; init; }
Property Value
NodeId
Identifier of the node to highlight.
public NodeId? NodeId { get; init; }