Class GetAnchorElementCommandResponse
Response for Returns the target anchor element of the given anchor query according to https://www.w3.org/TR/css-anchor-position-1/#target.
public sealed class GetAnchorElementCommandResponse : ICommandResponse<GetAnchorElementCommandSettings>, ICommandResponse
- Inheritance
-
GetAnchorElementCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
NodeId
The anchor element of the given anchor query.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }