NodeLookup typedef

NodeLookup = Node? Function(String nodeId)

Callback type for looking up nodes by ID.

Used by annotations that need to access node data during lifecycle operations like fitting bounds or responding to node changes.

Implementation

typedef NodeLookup = Node? Function(String nodeId);