Class GetTopLayerElementsCommandResponse
Response for Returns NodeIds of current top layer elements. Top layer is rendered closest to the user within a viewport, therefore its elements always appear on top of all other content.
public sealed class GetTopLayerElementsCommandResponse : ICommandResponse<GetTopLayerElementsCommandSettings>, ICommandResponse
- Inheritance
-
GetTopLayerElementsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
NodeIds
NodeIds of top layer elements
[JsonPropertyName("nodeIds")]
public long[] NodeIds { get; set; }
Property Value
- long[]