importedBy property

Set<String> importedBy
final

Reverse dependencies: what other nodes import/depend on this node.

Example: If PageA and PageB both use ComponentC, then ComponentC would have importedBy = {'widgetClass:pageA', 'widgetClass:pageB'}

Implementation

final Set<String> importedBy;