Class GetFrameOwnerResult
public sealed record GetFrameOwnerResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetFrameOwnerResult>
- Inheritance
-
EmptyResultGetFrameOwnerResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetFrameOwnerResult(BackendNodeId, NodeId?)
public GetFrameOwnerResult(BackendNodeId BackendNodeId, NodeId? NodeId)
Parameters
BackendNodeIdBackendNodeIdResulting node.
NodeIdNodeIdId of the node at given coordinates, only when enabled and requested document.
Properties
BackendNodeId
Resulting node.
public BackendNodeId BackendNodeId { get; init; }
Property Value
NodeId
Id of the node at given coordinates, only when enabled and requested document.
public NodeId? NodeId { get; init; }