GetHighlightObjectForTestRequest

@Serializable
data class GetHighlightObjectForTestRequest(val nodeId: NodeId, val includeDistance: Boolean? = null, val includeStyle: Boolean? = null, val colorFormat: ColorFormat? = null, val showAccessibilityInfo: Boolean? = null)

Request object containing input parameters for the OverlayDomain.getHighlightObjectForTest command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, includeDistance: Boolean? = null, includeStyle: Boolean? = null, colorFormat: ColorFormat? = null, showAccessibilityInfo: Boolean? = null)

Types

Link copied to clipboard
class Builder(val nodeId: NodeId)

A builder for GetHighlightObjectForTestRequest, which allows setting the optional parameters of the OverlayDomain.getHighlightObjectForTest command via a lambda.

Properties

Link copied to clipboard

The color format to get config with (default: hex).

Link copied to clipboard

Whether to include distance info.

Link copied to clipboard

Whether to include style info.

Link copied to clipboard

Id of the node to get highlight object for.

Link copied to clipboard

Whether to show accessibility info (default: true).