Class GetRelayoutBoundaryCommandSettings
Returns the id of the nearest ancestor that is a relayout boundary.
public sealed class GetRelayoutBoundaryCommandSettings : ICommand
- Inheritance
-
GetRelayoutBoundaryCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
NodeId
Id of the node.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }