Class GetDocumentCommandResponse
Response for Returns the root DOM node (and optionally the subtree) to the caller. Implicitly enables the DOM domain events for the current target.
public sealed class GetDocumentCommandResponse : ICommandResponse<GetDocumentCommandSettings>, ICommandResponse
- Inheritance
-
GetDocumentCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Root
Resulting node.
[JsonPropertyName("root")]
public Node Root { get; set; }