Class GetRelayoutBoundaryCommandResponse
Response for Returns the id of the nearest ancestor that is a relayout boundary.
public sealed class GetRelayoutBoundaryCommandResponse : ICommandResponse<GetRelayoutBoundaryCommandSettings>, ICommandResponse
- Inheritance
-
GetRelayoutBoundaryCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
NodeId
Relayout boundary node id for the given node.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }