labelStyleFn property

TypedAccessorFn<TreeNode<T>, TextStyleSpec>? labelStyleFn
final

Accessor function that returns the style spec for a tree node label.

Implementation

final TypedAccessorFn<TreeNode<T>, TextStyleSpec>? labelStyleFn;