extendNodes property

ExtendNodeInfo? extendNodes
getter/setter pair

If provided, this function is called each time this context builds a tree node. The function is provided the NodeInfoBuilder that can be used to augment the existing TreeNodeInfo before it is used to construct a node.

This is a low-level feature inteded to support general purpose extensions, and will not typically be used.

Implementation

ExtendNodeInfo? extendNodes;