linkMeasureFn property

TypedAccessorFn<Link<N, L>, num?> linkMeasureFn
final

Accessor function that returns the measure for a link.

The measure should be the numeric value through the link.

Implementation

final TypedAccessorFn<Link<N, L>, num?> linkMeasureFn;