isNodeInScope property

bool Function(String? nodeId, String scopeId)? isNodeInScope
final

Callback to check if a node is in scope (provided by state)

Implementation

final bool Function(String? nodeId, String scopeId)? isNodeInScope;