getHighlightObjectForTest
suspend fun getHighlightObjectForTest(args: Overlay.GetHighlightObjectForTestParameter, mode: CommandMode = CommandMode.DEFAULT): Overlay.GetHighlightObjectForTestReturn
For testing.
suspend fun getHighlightObjectForTest(nodeId: Int, includeDistance: Boolean? = null, includeStyle: Boolean? = null, colorFormat: Overlay.ColorFormat? = null, showAccessibilityInfo: Boolean? = null): Overlay.GetHighlightObjectForTestReturn
For testing.
Parameters
nodeId
Id of the node to get highlight object for.
includeDistance
Whether to include distance info.
includeStyle
Whether to include style info.
colorFormat
The color format to get config with (default: hex).
showAccessibilityInfo
Whether to show accessibility info (default: true).