nodeMeasureFn property

TypedAccessorFn<Node<N, L>, num?> nodeMeasureFn
final

Accessor function that returns the measure for a node.

The measure should be the numeric value at the node.

Implementation

final TypedAccessorFn<Node<N, L>, num?> nodeMeasureFn;