Get Highlight Object For Test Request
data class GetHighlightObjectForTestRequest(nodeId: NodeId, includeDistance: Boolean?, includeStyle: Boolean?, colorFormat: ColorFormat?, showAccessibilityInfo: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Overlay#getHighlightObjectForTest operation call.
For testing.
See also
Constructors
GetHighlightObjectForTestRequest
Link copied to clipboard
fun GetHighlightObjectForTestRequest(nodeId: NodeId, includeDistance: Boolean? = null, includeStyle: Boolean? = null, colorFormat: ColorFormat? = null, showAccessibilityInfo: Boolean? = null)
Content copied to clipboard
Properties
colorFormat
Link copied to clipboard
includeDistance
Link copied to clipboard
includeStyle
Link copied to clipboard
showAccessibilityInfo
Link copied to clipboard
Sources
jvm source
Link copied to clipboard