GetHighlightObjectForTestParameter

@Serializable
data class GetHighlightObjectForTestParameter(val nodeId: Int, val includeDistance: Boolean? = null, val includeStyle: Boolean? = null, val colorFormat: Overlay.ColorFormat? = null, val showAccessibilityInfo: Boolean? = null)

Constructors

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

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
val includeStyle: Boolean? = null

Whether to include style info.

Link copied to clipboard
val nodeId: Int

Id of the node to get highlight object for.

Link copied to clipboard

Whether to show accessibility info (default: true).