Class PushNodeByPathToFrontendCommandSettings
Requests that the node is sent to the caller given its path. // FIXME, use XPath
public sealed class PushNodeByPathToFrontendCommandSettings : ICommand
- Inheritance
-
PushNodeByPathToFrontendCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Path
Path to node in the proprietary format.
[JsonPropertyName("path")]
public string Path { get; set; }