hitValue property

R? hitValue
final

Value to notify layer's hitNotifier with (such as PolygonLayer.hitNotifier)

Elements without a defined hitValue are still hit tested, but are not notified about.

The object should have a valid & useful equality, as it may be used by FM internals.

Implementation

final R? hitValue;