GetHighlightObjectForTestResponse

@Serializable
data class GetHighlightObjectForTestResponse(val highlight: JsonObject)

Response type for the OverlayDomain.getHighlightObjectForTest command.

Constructors

Link copied to clipboard
constructor(highlight: JsonObject)

Properties

Link copied to clipboard
val highlight: JsonObject

Highlight data for the node.