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 InteractiveRange rangeThe interactive range that was hit.
public readonly TextHitResult textHitThe underlying text hit result.
public static readonly InteractiveRangeHit NoneRepresents no hit.
