Back to API Reference
Struct

InteractiveRangeHit

sealed

Result of a hit test on an interactive range.

Remarks

Combines InteractiveRange with TextHitResult to provide complete information about a click/hover on interactive text.
[ctor]public InteractiveRangeHit(InteractiveRange range, TextHitResult textHit)

Creates an interactive range hit result.

public readonly bool hit

True if an interactive range was hit.

public readonly InteractiveRange range

The interactive range that was hit.

public readonly TextHitResult textHit

The underlying text hit result.

public static readonly InteractiveRangeHit None

Represents no hit.